Skip to content

Commit

Permalink
Mark ParserMethod private
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Loria <[email protected]>
  • Loading branch information
ribetm and sloria authored Aug 14, 2024
1 parent 7cb5104 commit 10b04e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
_dict = typing.Dict[str, typing.Any]


class ParserMethod(typing.Generic[_T]):
class _ParserMethod(typing.Generic[_T]):
"""Duck typing, do not use"""

def __call__( # type: ignore[empty-body]
Expand Down

0 comments on commit 10b04e2

Please sign in to comment.