Skip to content

Commit 4eebc95

Browse files
committed
Removed unused USERNAME import
1 parent ec854c5 commit 4eebc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from secret import API_KEY
44
from carto.auth import APIKeyAuthClient
55
from carto.exceptions import CartoException
6-
from conftest import USR_BASE_URL, USERNAME, DEFAULT_PUBLIC_API_KEY
6+
from conftest import USR_BASE_URL, DEFAULT_PUBLIC_API_KEY
77
from carto.auth import AuthAPIClient
88

99

0 commit comments

Comments
 (0)