Skip to content

Commit

Permalink
minor mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 14, 2024
1 parent bf08fc6 commit cb008e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _list_filter_with_partial_file_id_stmt(
limit: int | None = None,
offset: int | None = None,
):
conditions = []
conditions: list = []

# Ownership check.Disabled if
user_id = user_or_project_filter.user_id
Expand Down

0 comments on commit cb008e4

Please sign in to comment.