Skip to content

Commit

Permalink
scripts: fixed unused field in ReleasePageResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Jan 11, 2024
1 parent 9bd0bd4 commit 8d3d2eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/meta/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def from_response(cls, data: list, etag: str) -> 'ReleasePageResponse':
page = cls()
page.etag = etag
page.empty = len(data) == 0
page.releases = {}
page.set_encode_data(data)
return page

Expand Down

0 comments on commit 8d3d2eb

Please sign in to comment.