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 May 1, 2024
1 parent 13b0087 commit 4605bcc
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 4605bcc

Please sign in to comment.