Skip to content

Commit

Permalink
fixup! Add script to get snapcraft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Jul 15, 2024
1 parent 7df39d4 commit ebb9980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/snapcraft_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from argparse import ArgumentParser
from enum import StrEnum

from releaser import Version
from releaser import Version # type: ignore (pyright struggles with this when run from server folder)

log = logging.getLogger(__name__)

Expand Down

0 comments on commit ebb9980

Please sign in to comment.