Skip to content

Commit

Permalink
Merge pull request #284 from gerlero/typing
Browse files Browse the repository at this point in the history
Update type hint
  • Loading branch information
gerlero authored Nov 23, 2024
2 parents 10d7c1f + 48ba18e commit a2f3db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foamlib/_files/_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if sys.version_info >= (3, 10):
from types import EllipsisType
else:
from typing import Any as EllipsisType
EllipsisType = type(...)

from pyparsing import (
Combine,
Expand Down

0 comments on commit a2f3db2

Please sign in to comment.