Skip to content

Commit 1928742

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)