Skip to content

Commit 276bb8c

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 0ccfb19 commit 276bb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/incremental/concurrent_partition_cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
import threading
88
import time
9-
from collections import deque, OrderedDict
9+
from collections import OrderedDict, deque
1010
from copy import deepcopy
1111
from datetime import timedelta
1212
from typing import Any, Callable, Iterable, Mapping, MutableMapping, Optional

0 commit comments

Comments
 (0)