Skip to content

Commit

Permalink
fix: keep compatible with python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 3, 2024
1 parent fde4e94 commit 67d0cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watchgha/git_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import dulwich.repo


@functools.lru_cache
@functools.lru_cache(maxsize=10)
def _dulwich_repo(dir="."):
return dulwich.repo.Repo(dir)

Expand Down

0 comments on commit 67d0cd1

Please sign in to comment.