File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 22
33import pytest
44
5+ import datajoint as dj
56from datajoint .errors import DataJointError
7+ from datajoint .storage import StorageBackend
68from datajoint .storage_adapter import (
79 StorageAdapter ,
810 _adapter_registry ,
@@ -105,9 +107,6 @@ def test_default_url_format(self):
105107 assert self .adapter .get_url ({}, "data/file.dat" ) == "dummy://data/file.dat"
106108
107109
108- from datajoint .storage import StorageBackend
109-
110-
111110class _FakeFS :
112111 """Minimal fake fsspec filesystem for testing."""
113112 protocol = "dummy"
@@ -178,9 +177,6 @@ def test_unsupported_protocol_error(self):
178177 backend ._create_filesystem ()
179178
180179
181- import datajoint as dj
182-
183-
184180class TestGetStoreSpecPluginDelegation :
185181 """Tests for plugin protocol handling in Config.get_store_spec()."""
186182
You can’t perform that action at this time.
0 commit comments