Skip to content

Commit 89384f6

Browse files
committed
Fix test.
1 parent 1f36cb7 commit 89384f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_aggr_regressions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from nose.tools import assert_equal, raises
77
import datajoint as dj
88
from . import PREFIX, CONN_INFO
9+
import uuid
910
from .schema_uuid import Topic, Item, top_level_namespace_id
1011
schema = dj.Schema(PREFIX + '_aggr_regress', connection=dj.conn(**CONN_INFO))
1112

0 commit comments

Comments
 (0)