Skip to content

Commit 4c71dd6

Browse files
committed
Pre-commit fixes
1 parent ba2569e commit 4c71dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tiled/_tests/test_in_memory_authn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from pathlib import Path
22

3-
import numpy
43
import yaml
54

65
from tiled._tests.utils import enter_username_password
@@ -12,6 +11,7 @@
1211

1312
here = Path(__file__).parent.absolute()
1413

14+
1515
def test_good_path():
1616
"""Test authn database defaults to in-memory catalog"""
1717
with open(here / "test_configs" / "config_in_memory_authn.yml") as config_file:
@@ -26,4 +26,4 @@ def test_good_path():
2626
client.logout()
2727
context.close()
2828

29-
assert True
29+
assert True

0 commit comments

Comments
 (0)