We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1dadf commit a8e952fCopy full SHA for a8e952f
tests/test_create_question.py
@@ -1,7 +1,7 @@
1
"""Test create_question method"""
2
3
import pytest
4
-from unittest.mock import Mock, patch
+from unittest.mock import patch
5
from jupiterone.client import JupiterOneClient
6
from jupiterone.constants import CREATE_QUESTION
7
0 commit comments