Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Jan 8, 2024
1 parent 95fbeaf commit e46dcf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/astx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
Int64,
Integer,
Literal,
LiteralInt8,
LiteralInt16,
LiteralInt32,
LiteralInt64,
Number,
SignedInteger,
)
Expand Down Expand Up @@ -102,7 +105,10 @@ def get_version() -> str:
"Int8",
"Int16",
"Int32",
"LiteralInt8",
"LiteralInt16",
"LiteralInt32",
"LiteralInt64",
"Int64",
"Integer",
"Literal",
Expand Down

0 comments on commit e46dcf3

Please sign in to comment.