Remove broken import

explicit_write_pps_on_exit
algorandpa 2023-02-15 19:17:17 -05:00 committed by jaredgoldman
parent 7bd8019876
commit 8c9c165e0a
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ from bidict import bidict
import toml
from .log import get_logger
from tests.test_services import get_test_app_dir
log = get_logger('broker-config')
# taken from ``click`` since apparently they have some
@ -78,7 +78,7 @@ def get_app_dir(app_name, roaming=True, force_posix=False):
# within the tractor runtimes and store testing config data
# outside of the users filesystem
if "pytest" in sys.modules:
return get_test_app_dir()
app_name += '/_testing'
# if WIN:
if platform.system() == 'Windows':