Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Mar 8, 2024
1 parent 73fb152 commit 46d77d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cache = dogpile.cache.make_region().configure(
"dogpile.cache.dbm",
expiration_time=7200,
arguments={"filename": f"jira.cache"},
arguments={"filename": "jira.cache"},
)


Expand Down

0 comments on commit 46d77d6

Please sign in to comment.