Skip to content

Commit 243d519

Browse files
author
root
committed
removed the unnecessary import
1 parent f6b8237 commit 243d519

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

vertica_python/tests/integration_tests/test_authentication.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ def test_oauth_access_token(self):
128128
# -------------------------------
129129
import os
130130
import pyotp
131-
import pytest
132-
import vertica_python
133131
from io import StringIO
134132
import sys
135133

@@ -152,7 +150,6 @@ def totp_positive_scenario(self):
152150
cur.execute("GRANT AUTHENTICATION totp_auth TO totp_user")
153151

154152
# Generate TOTP
155-
import pyotp
156153
TOTP_SECRET = "O5D7DQICJTM34AZROWHSAO4O53ELRJN3"
157154
totp_code = pyotp.TOTP(TOTP_SECRET).now()
158155

0 commit comments

Comments
 (0)