Skip to content

Commit 0d85176

Browse files
author
Oleksandr Bazarnov
committed
removed non-used constant
1 parent 28756a2 commit 0d85176

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airbyte_cdk/sources/declarative/extractors/response_to_file_extractor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
from airbyte_cdk.sources.declarative.extractors.record_extractor import RecordExtractor
1717

18-
EMPTY_STR: str = ""
1918
DEFAULT_ENCODING: str = "utf-8"
2019
DOWNLOAD_CHUNK_SIZE: int = 1024 * 10
2120

0 commit comments

Comments
 (0)