Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Sep 23, 2024
1 parent e274f99 commit 0dc0a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_annotationlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ def test_name_lookup_without_eval(self):
ForwardRef("doesntexist").evaluate()



class TestGetAnnotations(unittest.TestCase):
def test_builtin_type(self):
self.assertEqual(annotationlib.get_annotations(int), {})
Expand Down

0 comments on commit 0dc0a68

Please sign in to comment.