Skip to content

Commit 1928742

Browse files
committed
Remove unused import.
1 parent c2d9864 commit 1928742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .schema import Parent
1010
import datajoint as dj
1111
import os
12-
from pymysql import err
12+
1313

1414
class TestFetch:
1515

0 commit comments

Comments
 (0)