Skip to content

Commit

Permalink
Simplify bang to generic Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Jun 1, 2021
1 parent 469950e commit 43304f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/string_prefixes.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3

name = "Łukasz"
(f"hello {name}", F"hello {name}")
Expand All @@ -12,7 +12,7 @@
# output


#!/usr/bin/env python3.6
#!/usr/bin/env python3

name = "Łukasz"
(f"hello {name}", f"hello {name}")
Expand Down

0 comments on commit 43304f0

Please sign in to comment.