Skip to content

Commit a52d387

Browse files
committed
fix import
1 parent 21736bc commit a52d387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_client/testing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
from os import environ
1111
from time import sleep
1212

13-
from qiita_client import QiitaClient, BaseQiitaPlugin
13+
from qiita_client import QiitaClient
14+
from qiita_client.plugin import BaseQiitaPlugin
1415

1516
import logging
1617

0 commit comments

Comments
 (0)