Skip to content

Commit f8b11c2

Browse files
committed
Remove deprecated FrozenDict and FrozenList classes
1 parent b594f18 commit f8b11c2

File tree

6 files changed

+1
-363
lines changed

6 files changed

+1
-363
lines changed

src/graphql/pyutils/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
from .awaitable_or_value import AwaitableOrValue
2727
from .suggestion_list import suggestion_list
2828
from .frozen_error import FrozenError
29-
from .frozen_list import FrozenList
30-
from .frozen_dict import FrozenDict
3129
from .merge_kwargs import merge_kwargs
3230
from .path import Path
3331
from .print_path_list import print_path_list
@@ -54,8 +52,6 @@
5452
"AwaitableOrValue",
5553
"suggestion_list",
5654
"FrozenError",
57-
"FrozenList",
58-
"FrozenDict",
5955
"Path",
6056
"print_path_list",
6157
"SimplePubSub",

src/graphql/pyutils/frozen_dict.py

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

src/graphql/pyutils/frozen_list.py

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

tests/pyutils/test_frozen_dict.py

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

tests/pyutils/test_frozen_list.py

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

0 commit comments

Comments
 (0)