Skip to content

Commit 16173f6

Browse files
committed
remove errant imoprt
1 parent 26d57ee commit 16173f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/async_job/job_tracker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44
import threading
55
import uuid
6-
from typing import Optional, Set
6+
from typing import Set
77

88
from airbyte_cdk.logger import lazy_log
99

0 commit comments

Comments
 (0)