Skip to content

Commit 137ba49

Browse files
committed
Removed LazyMap
1 parent c521e18 commit 137ba49

File tree

3 files changed

+1
-68
lines changed

3 files changed

+1
-68
lines changed

graphene/utils/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
from .str_converters import to_camel_case, to_snake_case
22
from .proxy_snake_dict import ProxySnakeDict
33
from .caching import cached_property, memoize
4-
from .lazymap import LazyMap
54
from .misc import enum_to_graphql_enum
65
from .resolve_only_args import resolve_only_args
76

87

98
__all__ = ['to_camel_case', 'to_snake_case', 'ProxySnakeDict',
10-
'cached_property', 'memoize', 'LazyMap', 'enum_to_graphql_enum',
9+
'cached_property', 'memoize', 'enum_to_graphql_enum',
1110
'resolve_only_args']

graphene/utils/lazymap.py

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

graphene/utils/tests/test_lazymap.py

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

0 commit comments

Comments
 (0)