Skip to content

Commit

Permalink
Remove AbstractType
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimbo committed Aug 9, 2019
1 parent 55c7a67 commit 60397d5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 102 deletions.
43 changes: 0 additions & 43 deletions docs/types/abstracttypes.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/types/index.rst
Expand Up @@ -13,4 +13,3 @@ Types Reference
unions
schema
mutations
abstracttypes
3 changes: 0 additions & 3 deletions graphene/__init__.py
@@ -1,7 +1,6 @@
from .pyutils.version import get_version

from .types import (
AbstractType,
ObjectType,
InputObjectType,
Interface,
Expand Down Expand Up @@ -85,6 +84,4 @@
"lazy_import",
"Context",
"ResolveInfo",
# Deprecated
"AbstractType",
]
5 changes: 0 additions & 5 deletions graphene/types/__init__.py
Expand Up @@ -20,9 +20,6 @@
from .union import Union
from .context import Context

# Deprecated
from .abstracttype import AbstractType


__all__ = [
"ObjectType",
Expand Down Expand Up @@ -52,6 +49,4 @@
"Union",
"Context",
"ResolveInfo",
# Deprecated
"AbstractType",
]
11 changes: 0 additions & 11 deletions graphene/types/abstracttype.py

This file was deleted.

39 changes: 0 additions & 39 deletions graphene/types/tests/test_abstracttype.py

This file was deleted.

0 comments on commit 60397d5

Please sign in to comment.