[cli] Disable caching for future improvements

pull/2/head
Daniel Van Der Maden 5 years ago
parent 3fbdb9ce30
commit 8d7710fbba
  1. 2
      pyhmy/_version.py
  2. 1
      pyhmy/cli.py

@ -7,5 +7,5 @@ Provides pyhmy version information.
from incremental import Version
__version__ = Version('pyhmy', 20, 1, 20)
__version__ = Version('pyhmy', 20, 1, 21)
__all__ = ["__version__"]

@ -90,7 +90,6 @@ def _cache_and_lock_accounts_keystore(fn):
return wrap
@_cache_and_lock_accounts_keystore
def _get_current_accounts_keystore():
"""
Internal function that gets the current keystore from the CLI.

Loading…
Cancel
Save