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 Jan 13, 2022
1 parent 5c7a89e commit d7b0a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/string_prefixes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3

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


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

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

0 comments on commit d7b0a5f

Please sign in to comment.