We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1501c commit ceb67a7Copy full SHA for ceb67a7
tests/test_annotations.py
@@ -12,7 +12,6 @@
12
"input,expected",
13
[
14
([], ()),
15
- (set(), ()),
16
({}, frozenset()),
17
("foo", "foo"),
18
(["foo"], ("foo",)),
0 commit comments