Skip to content

Commit c078395

Browse files
author
maxime.c
committed
lint
1 parent fb75765 commit c078395

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

airbyte_cdk/sources/declarative/concurrent_declarative_source.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@
55
import logging
66
from dataclasses import dataclass, field
77
from queue import Queue
8-
from typing import Any, ClassVar, Generic, Iterator, List, Mapping, MutableMapping, Optional, Tuple, Union
8+
from typing import (
9+
Any,
10+
ClassVar,
11+
Generic,
12+
Iterator,
13+
List,
14+
Mapping,
15+
MutableMapping,
16+
Optional,
17+
Tuple,
18+
Union,
19+
)
920

1021
from airbyte_protocol_dataclasses.models import Level
1122

0 commit comments

Comments
 (0)