Skip to content

Commit

Permalink
black it
Browse files Browse the repository at this point in the history
  • Loading branch information
harminius committed Nov 7, 2024
1 parent 84bf66a commit 3d8612d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/mergin/sync/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,9 @@ def __init__(
latest_files_map = {
fh.path: fh.id
for fh in FileHistory.query.filter(
FileHistory.id.in_(self.project.latest_project_files.file_history_ids or {})
FileHistory.id.in_(
self.project.latest_project_files.file_history_ids or {}
)
).all()
}

Expand Down

0 comments on commit 3d8612d

Please sign in to comment.