Skip to content

Commit

Permalink
Fix missing __all__ used by linters
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyteapot committed Jul 10, 2022
1 parent 640f16f commit e1c6e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pygraphic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
from ._gql_query import GQLQuery
from ._gql_type import GQLType


__all__ = ["GQLType", "GQLQuery"]

0 comments on commit e1c6e57

Please sign in to comment.