Skip to content

Commit 4ac1323

Browse files
committed
Fix code formatting
1 parent 3cc9ca7 commit 4ac1323

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python-mappings/pizza_menu.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ def __init__(self, menu: dict):
1414

1515
def _raise_duplicate_key_error(self, key):
1616
raise ValueError(
17-
f"'{key}' is invalid."
18-
" All pizzas must have unique first letters"
17+
f"'{key}' is invalid. All pizzas must have unique first letters"
1918
)
2019

2120
def __getitem__(self, key):

0 commit comments

Comments
 (0)