Skip to content

Commit

Permalink
Get rid of unnecessary _res_cache variable
Browse files Browse the repository at this point in the history
`_res_cache` is already initialized in `application.cache`.
  • Loading branch information
Splines committed Mar 14, 2024
1 parent 1d045a7 commit 2065616
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/resultwizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from api.res import res
from api.export import export
from application.cache import _ResultsCache

_res_cache = _ResultsCache()

0 comments on commit 2065616

Please sign in to comment.