From 8d7710fbbaf19bde11355567cbc1f4e2d8f8b4c0 Mon Sep 17 00:00:00 2001 From: Daniel Van Der Maden Date: Fri, 7 Feb 2020 14:02:44 -0800 Subject: [PATCH] [cli] Disable caching for future improvements --- pyhmy/_version.py | 2 +- pyhmy/cli.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyhmy/_version.py b/pyhmy/_version.py index 2669560..376c1b9 100644 --- a/pyhmy/_version.py +++ b/pyhmy/_version.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__"] diff --git a/pyhmy/cli.py b/pyhmy/cli.py index 1076b26..7854c81 100644 --- a/pyhmy/cli.py +++ b/pyhmy/cli.py @@ -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.