Skip to content

Commit

Permalink
fix typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Jan 16, 2024
1 parent fe333a5 commit 5b92b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fast_agave/exc.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FastAgaveViewError(FastAgaveError):

@dataclass
class ServiceUnavailableError(FastAgaveError):
status_code = 503
status_code: int = 503


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion fast_agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.14.1.dev0'
__version__ = '0.14.1.dev1'

0 comments on commit 5b92b79

Please sign in to comment.