Skip to content

Commit

Permalink
feat(performance): jh.app_currency fail on tests but not really impor…
Browse files Browse the repository at this point in the history
…tant
  • Loading branch information
yakir4123 committed May 20, 2024
1 parent 14f8270 commit d6fcfac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jesse/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
CACHED_CONFIG = dict()


@lru_cache
def app_currency() -> str:
from jesse.routes import router
if router.routes[0].exchange in exchange_info and 'settlement_currency' in exchange_info[router.routes[0].exchange]:
Expand Down

0 comments on commit d6fcfac

Please sign in to comment.