Skip to content

Commit

Permalink
test_autoflake: remove assertion that no longer holds true in py 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Aug 23, 2022
1 parent 834c6d2 commit e9e0825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_autoflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,6 @@ def test_is_literal_or_name(self):

self.assertFalse(autoflake.is_literal_or_name('xyz.prop'))
self.assertFalse(autoflake.is_literal_or_name(' '))
self.assertFalse(autoflake.is_literal_or_name(' 1'))

def test_is_python_file(self):
self.assertTrue(autoflake.is_python_file(
Expand Down

0 comments on commit e9e0825

Please sign in to comment.