Skip to content

Commit

Permalink
fix io
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed Dec 12, 2024
1 parent f438c72 commit e7432e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gpt/core/object_type/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def str_to_otype(s):
)
else:
root = a[0]
args = ""
args = "()"

# then map to type
known_types = set(
Expand Down

0 comments on commit e7432e0

Please sign in to comment.