Skip to content

Commit 31184cc

Browse files
committed
flake8
1 parent b1a2d3e commit 31184cc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/integ/test_autocommit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python
22
from __future__ import annotations
33

4-
import snowflake.connector
5-
64

75
def exe0(cnx, sql):
86
return cnx.cursor().execute(sql)

test/integ/test_converter_null.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import re
55
from datetime import datetime, timedelta, timezone
66

7-
import snowflake.connector
87
from snowflake.connector.converter import ZERO_EPOCH
98
from snowflake.connector.converter_null import SnowflakeNoConverterToPython
109

0 commit comments

Comments
 (0)