Remove unnecessary string literal concatenations (#30360)
This commit is contained in:
parent
cac750066a
commit
e6388e186c
183 changed files with 362 additions and 393 deletions
|
@ -160,7 +160,7 @@ class YrData:
|
|||
def __init__(self, hass, coordinates, forecast, devices):
|
||||
"""Initialize the data object."""
|
||||
self._url = (
|
||||
"https://aa015h6buqvih86i1.api.met.no/" "weatherapi/locationforecast/1.9/"
|
||||
"https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/"
|
||||
)
|
||||
self._urlparams = coordinates
|
||||
self._forecast = forecast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue