Skip to content

Commit

Permalink
modified init
Browse files Browse the repository at this point in the history
  • Loading branch information
chba committed Feb 11, 2025
1 parent fdefd9d commit 21f418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geh_common/parsing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from geh_common.parsing import pydantic_settings_parsing

__all__ = ["pydantic_settings_parsing"] # type: ignore
__all__ = [pydantic_settings_parsing.__name__] # type: ignore

0 comments on commit 21f418e

Please sign in to comment.