We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f36cb7 commit 89384f6Copy full SHA for 89384f6
tests/test_aggr_regressions.py
@@ -6,6 +6,7 @@
6
from nose.tools import assert_equal, raises
7
import datajoint as dj
8
from . import PREFIX, CONN_INFO
9
+import uuid
10
from .schema_uuid import Topic, Item, top_level_namespace_id
11
schema = dj.Schema(PREFIX + '_aggr_regress', connection=dj.conn(**CONN_INFO))
12
0 commit comments