Skip to content

Commit

Permalink
this could not possibly be a bad idea
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Sep 9, 2023
1 parent 88ddb95 commit 7610db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/black/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class FileData(NamedTuple):
st_size: int
hash: str

FileData.__module__ = "black.cache"


def get_cache_dir() -> Path:
"""Get the cache directory used by black.
Expand Down

0 comments on commit 7610db8

Please sign in to comment.