Skip to content

Commit 1def4a6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c72d4b commit 1def4a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_sql_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def test_sqlcore_importerror_without_sqlalchemy(monkeypatch):
196196
sys.modules["sqlalchemy.engine"] = None
197197
try:
198198
import importlib
199+
199200
sql_mod = importlib.import_module("cachier.cores.sql")
200201
with pytest.raises(ImportError) as excinfo:
201202
sql_mod._SQLCore(hash_func=None, sql_engine="sqlite:///:memory:")

0 commit comments

Comments
 (0)