Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
demitryfly committed Jul 29, 2024
1 parent 0bea915 commit 5ebab6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simple_ddl_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from simple_ddl_parser.ddl_parser import DDLParser, SimpleDDLParserException, parse_from_file
from simple_ddl_parser.ddl_parser import DDLParser, DDLParserError, parse_from_file
from simple_ddl_parser.output.dialects import dialect_by_name

supported_dialects = dialect_by_name

__all__ = ["DDLParser", "parse_from_file", "SimpleDDLParserException", "supported_dialects"]
__all__ = ["DDLParser", "parse_from_file", "DDLParserError", "supported_dialects"]

0 comments on commit 5ebab6f

Please sign in to comment.