Skip to content

Commit ccc95f4

Browse files
committed
fix: remove unused imports urllib_parse and requests from test_users
1 parent 5dc2b02 commit ccc95f4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

genesis_core/tests/functional/restapi/iam/test_users.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
# under the License.
1616
import contextlib
1717
import datetime
18-
from urllib import parse as urllib_parse
1918

2019
import pytest
21-
import requests
2220
import jwt
2321
from bazooka import exceptions as bazooka_exc
2422
from gcl_iam.tests.functional import clients as iam_clients

0 commit comments

Comments
 (0)