Remove scoping

paper_trade_improvements_rebase
algorandpa 2023-02-14 20:00:10 -05:00 committed by jaredgoldman
parent edce176ff8
commit 1e473874ad
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from exceptiongroup import BaseExceptionGroup
log = get_logger(__name__)
@pytest.fixture(scope="module")
@pytest.fixture
def paper_cleanup():
yield
app_dir = get_app_dir('piker')