Skip to content

Commit

Permalink
Remove AbstractType (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimbo committed Sep 27, 2019
1 parent e90aa1b commit a3b215d
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ Types Reference
interfaces
unions
mutations
abstracttypes
3 changes: 0 additions & 3 deletions graphene/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from .pyutils.version import get_version

from .types import (
AbstractType,
ObjectType,
InputObjectType,
Interface,
Expand Down Expand Up @@ -86,6 +85,4 @@
"lazy_import",
"Context",
"ResolveInfo",
# Deprecated
"AbstractType",
]
5 changes: 0 additions & 5 deletions graphene/types/__init__.py
Original file line number Diff line number Diff line change
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 a3b215d

Please sign in to comment.