Skip to content

Commit 844dc7c

Browse files
committed
Fix more linter issues
1 parent 4eedd68 commit 844dc7c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
words = ["Hello", "World!", "I", "am", "a", "Pythonista!"]
22

33
# Uncomment the following line and run it in Python 3.12
4-
# print("One Word by Line:\n" + f"{'\n'.join(words)}")
4+
# print("One Word by Line:\n" + f"{'\n'.join(words)}")

python312-preview-f-string/nested.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# }"
1111
# }"
1212
# }"
13-
# }"
13+
# }"

python312-preview-f-string/quotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
}
66

77
# Uncomment the following line and run it in Python 3.12
8-
# f"Employee: {employee["name"]}"
8+
# f"Employee: {employee["name"]}"

0 commit comments

Comments
 (0)