Skip to content

Commit 06f68dd

Browse files
committed
Fix lint
1 parent 651ffcf commit 06f68dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/snowflake/connector/_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def get_temp_type_for_object(use_scoped_temp_objects: bool) -> str:
4949
"""
5050
return TEMPORARY_STRING
5151

52+
5253
class _TrackedQueryCancellationTimer(Timer):
5354
def __init__(self, interval, function, args=None, kwargs=None):
5455
super().__init__(interval, function, args, kwargs)

0 commit comments

Comments
 (0)