Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8b11c2

Browse filesBrowse files
committed
Remove deprecated FrozenDict and FrozenList classes
1 parent b594f18 commit f8b11c2
Copy full SHA for f8b11c2

File tree

6 files changed

+1
-363
lines changed
Filter options

6 files changed

+1
-363
lines changed

‎src/graphql/pyutils/__init__.py

Copy file name to clipboardExpand all lines: src/graphql/pyutils/__init__.py
-4Lines 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

Copy file name to clipboardExpand all lines: src/graphql/pyutils/frozen_dict.py
-55Lines changed: 0 additions & 55 deletions
This file was deleted.

‎src/graphql/pyutils/frozen_list.py

Copy file name to clipboardExpand all lines: src/graphql/pyutils/frozen_list.py
-73Lines changed: 0 additions & 73 deletions
This file was deleted.

‎tests/pyutils/test_frozen_dict.py

Copy file name to clipboardExpand all lines: tests/pyutils/test_frozen_dict.py
-97Lines changed: 0 additions & 97 deletions
This file was deleted.

‎tests/pyutils/test_frozen_list.py

Copy file name to clipboardExpand all lines: tests/pyutils/test_frozen_list.py
-113Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.