Skip to content

Commit

Permalink
Fix imports after suggestions from code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Apr 24, 2024
1 parent 75d6c4f commit 7e55f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/exceptions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
and messages.
"""

from typing import Optional

from .error_codes import (
error_codes_by_name,
ErrorCode,
Expand Down

0 comments on commit 7e55f70

Please sign in to comment.