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 008dfe2 commit e923037Copy full SHA for e923037
tests/test_fetch_same.py
@@ -1,11 +1,7 @@
1
from nose.tools import assert_equal
2
from . import PREFIX, CONN_INFO
3
import numpy as np
4
-import importlib
5
-try:
6
- dj = importlib.import_module('datajoint-python.datajoint', None)
7
-except Exception as e:
8
- import datajoint as dj
+import datajoint as dj
9
10
schema = dj.Schema(PREFIX + '_fetch_same', connection=dj.conn(**CONN_INFO))
11
0 commit comments