Skip to content

Commit a8e952f

Browse files
Potential fix for code scanning alert no. 117: Unused import
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent dc1dadf commit a8e952f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_create_question.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Test create_question method"""
22

33
import pytest
4-
from unittest.mock import Mock, patch
4+
from unittest.mock import patch
55
from jupiterone.client import JupiterOneClient
66
from jupiterone.constants import CREATE_QUESTION
77

0 commit comments

Comments
 (0)