Skip to content

Commit ceb67a7

Browse files
committed
Fix tests.
1 parent 3d1501c commit ceb67a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_annotations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"input,expected",
1313
[
1414
([], ()),
15-
(set(), ()),
1615
({}, frozenset()),
1716
("foo", "foo"),
1817
(["foo"], ("foo",)),

0 commit comments

Comments
 (0)