Skip to content

Commit 9eeb43a

Browse files
committed
Unexpected flake8 error message
Error message E123 did not appear on my local machine, but hopefully this commit will resolve that issue
1 parent a72b59d commit 9eeb43a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tkinter_python_gui/USWeatherForecast.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
url = "https://community-open-weather-map.p.rapidapi.com/forecast"
77

88
headers = {
9-
'x-rapidapi-host': "community-open-weather-map.p.rapidapi.com",
10-
'x-rapidapi-key': "8e9e50a21bmshda23fe83770e19ep14a949jsn482dfa5dc300"
11-
}
9+
'x-rapidapi-host': "community-open-weather-map.p.rapidapi.com",
10+
'x-rapidapi-key': "8e9e50a21bmshda23fe83770e19ep14a949jsn482dfa5dc300"
11+
}
1212

1313
# initialize tkinter GUI
1414
root = tk.Tk()

0 commit comments

Comments
 (0)