Skip to content

Commit def4390

Browse files
committed
refactor(tests): Remove unused and oranized import
1 parent 671f181 commit def4390

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/test_cwpp_cwpp.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import unittest
2-
from unittest import mock
32
import json
4-
from prismacloud.api.pc_lib_api import PrismaCloudAPI
5-
from tests.data import SETTINGS, META_INFO, CREDENTIALS, ONE_HOST
63

74
import responses
85
from responses import registries, matchers
9-
from requests import exceptions
6+
from prismacloud.api.pc_lib_api import PrismaCloudAPI
7+
from tests.data import SETTINGS, META_INFO, CREDENTIALS, ONE_HOST
108

119

1210
class TestCasePrismaCloudAPICWPPMixin(unittest.TestCase):

0 commit comments

Comments
 (0)