Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Sep 28, 2024
1 parent 151d48d commit e6cbb18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python_weather/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ def __init__(self, json: dict, unit: _Unit, locale: Locale):
super().__init__(unit, locale)

def __repr__(self) -> str:
return (
f'<{__class__.__name__} date={self.date!r} temperature={self.temperature!r}>'
)
return f'<{__class__.__name__} date={self.date!r} temperature={self.temperature!r}>'

@property
def moon_illumination(self) -> int:
Expand Down

0 comments on commit e6cbb18

Please sign in to comment.