Skip to content

Commit aa1f394

Browse files
committed
file-mode-api: fix for mypy
1 parent 61ccf7c commit aa1f394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/file_based/file_record_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class FileRecordData(BaseModel):
1515

1616
folder: str
1717
filename: str
18-
bytes: int = None
18+
bytes: int
1919

2020
id: Optional[str] = None
2121
created_at: Optional[int] = None

0 commit comments

Comments
 (0)