Skip to content

Commit

Permalink
🔨 refactor: sort exception exports in __init__.py for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
adriamontoto committed Dec 29, 2024
1 parent f919acd commit de589cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions criteria_pattern/exceptions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .sql_converter_error import SqlConverterError

__all__ = (
'SqlConverterError',
'InvalidTableError',
'InvalidColumnError',
'InvalidTableError',
'SqlConverterError',
)

0 comments on commit de589cb

Please sign in to comment.