Skip to content

Commit

Permalink
Remove inexplicable quoting
Browse files Browse the repository at this point in the history
😜

Co-authored-by: dav3r <[email protected]>
  • Loading branch information
felddy and dav3r authored Oct 18, 2024
1 parent 438c199 commit 49af441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cyhy_db/models/scan_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def reset_latest_flag_by_ip(

@classmethod
async def tag_latest(
cls, owners: List[str], snapshot: Union["SnapshotDoc", ObjectId, str]
cls, owners: List[str], snapshot: Union[SnapshotDoc, ObjectId, str]
):
"""Tag the latest scan for given owners with a snapshot id."""
from . import SnapshotDoc
Expand Down

0 comments on commit 49af441

Please sign in to comment.