Skip to content

Commit e923037

Browse files
remove unexplained relative import of datajoint in test_fetch_same
1 parent 008dfe2 commit e923037

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_fetch_same.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
from nose.tools import assert_equal
22
from . import PREFIX, CONN_INFO
33
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
4+
import datajoint as dj
95

106
schema = dj.Schema(PREFIX + '_fetch_same', connection=dj.conn(**CONN_INFO))
117

0 commit comments

Comments
 (0)