Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Sep 9, 2023
1 parent 2675f77 commit 296841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def get_cache_file(mode: Mode) -> Path:
return CACHE_DIR / f"cache.{mode.get_cache_key()}.pickle"


@dataclass
@mypyc_attr(patchable=True)
@dataclass
class Cache:
mode: Mode
cache_file: Path
Expand Down

0 comments on commit 296841c

Please sign in to comment.