Skip to content

Commit 9ba7cf1

Browse files
committed
Remove contain_subset as it is not used any more
1 parent 690e30d commit 9ba7cf1

File tree

4 files changed

+1
-171
lines changed

4 files changed

+1
-171
lines changed

docs/modules/pyutils.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ PyUtils
66
.. autofunction:: camel_to_snake
77
.. autofunction:: snake_to_camel
88
.. autofunction:: cached_property
9-
.. autofunction:: contain_subset
109
.. autofunction:: dedent
11-
.. autoclass:: EventEmitter
10+
.. autoclass:: EventEmitter
1211
.. autoclass:: EventEmitterAsyncIterator
1312
.. autofunction:: is_finite
1413
.. autofunction:: is_integer

graphql/pyutils/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
from .convert_case import camel_to_snake, snake_to_camel
1212
from .cached_property import cached_property
13-
from .contain_subset import contain_subset
1413
from .dedent import dedent
1514
from .event_emitter import EventEmitter, EventEmitterAsyncIterator
1615
from .inspect import inspect
@@ -27,7 +26,6 @@
2726
"camel_to_snake",
2827
"snake_to_camel",
2928
"cached_property",
30-
"contain_subset",
3129
"dedent",
3230
"EventEmitter",
3331
"EventEmitterAsyncIterator",

graphql/pyutils/contain_subset.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

tests/pyutils/test_contain_subset.py

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)