Skip to content

Commit 620115d

Browse files
committed
recommit
1 parent f823af1 commit 620115d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/snippets/fstrings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def assertEqual(self, a,b):
167167
# self.assertEqual(f'X{x= }Y', 'Xx= '+repr(x)+'Y') # TODO '
168168
# self.assertEqual(f'X{x = }Y', 'Xx = '+repr(x)+'Y') # TODO '
169169

170-
171170
# self.assertEqual(f'X{x =}Y', 'Xx ='+x+'Y')
172171
# self.assertEqual(f'X{x= }Y', 'Xx= '+x+'Y')
173172
# self.assertEqual(f'X{x = }Y', 'Xx = '+x+'Y')

0 commit comments

Comments
 (0)