Skip to content

Commit

Permalink
pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Jun 4, 2024
1 parent bf4235c commit 97149ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2327,6 +2327,7 @@ def override_backfill_storage_setting(self):
logs, cursor = cm.read_log_lines_for_log_key_prefix(
["backfill", backfill.backfill_id], cursor=None
)
assert cursor is not None
assert logs
for log_line in logs:
if not log_line:
Expand All @@ -2349,6 +2350,7 @@ def override_backfill_storage_setting(self):
cursor=cursor.to_string(),
)

assert cursor is not None
assert not cursor.has_more_now
for log_line in logs:
if not log_line:
Expand Down

0 comments on commit 97149ac

Please sign in to comment.