Skip to content

Commit

Permalink
Fix test_type_comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Mar 29, 2023
1 parent 59ec33d commit e1940e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_type_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def test_matmul(self):
pass

def test_fstring(self):
for tree in self.parse_all(fstring, minver=6):
for tree in self.parse_all(fstring):
pass

def test_underscorednumber(self):
Expand Down

0 comments on commit e1940e5

Please sign in to comment.