Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit d31fa09

Browse files
committed
Remove extra whitespaces
1 parent 5d0e5ef commit d31fa09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deta/drive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def iter_chunks(self, chunk_size: int = 1024):
2828
if not chunk:
2929
break
3030
yield chunk
31-
31+
3232
def iter_lines(self, chunk_size: int = 1024):
3333
while True:
3434
chunk = self.__stream.readline(chunk_size)

0 commit comments

Comments
 (0)