Skip to content

Commit b707937

Browse files
committed
relative import to fix py2 import issue
1 parent a52d387 commit b707937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from time import sleep
1212

1313
from qiita_client import QiitaClient
14-
from qiita_client.plugin import BaseQiitaPlugin
14+
from .plugin import BaseQiitaPlugin
1515

1616
import logging
1717

0 commit comments

Comments
 (0)