Skip to content

Commit

Permalink
remove __version__ export
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh committed Jul 6, 2024
1 parent ecc2599 commit b3e4e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphene/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
from .utils.resolve_only_args import resolve_only_args

__all__ = [
"__version__",
"Argument",
"Base64",
"BigInt",
Expand Down

0 comments on commit b3e4e64

Please sign in to comment.