We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcade9a commit 9f5afcfCopy full SHA for 9f5afcf
1 file changed
ThreadFixPythonApi/threadfixpro.py
@@ -13,7 +13,7 @@
13
import requests.exceptions
14
import requests.packages.urllib3
15
16
-import _utils
+from _utils import *
17
18
class ThreadFixProAPI(object):
19
"""An API wrapper to facilitate interactions to and from ThreadFix."""
0 commit comments