Skip to content

Commit 8c8a78c

Browse files
committed
snowflake_loader: Add missing threading import
1 parent e2d3ac7 commit 8c8a78c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/amp/loaders/implementations/snowflake_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import io
2+
import threading
23
import time
34
from dataclasses import dataclass
45
from typing import Any, Dict, List, Optional

0 commit comments

Comments
 (0)