Skip to content

Commit

Permalink
QA: Prune trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 13, 2024
1 parent 131d027 commit b1c64db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weatherhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def hpa_to_inches(self, hpa):
def degrees_to_cardinal(self, degrees):
value, cardinal = min(wind_degrees_to_cardinal.items(), key=lambda item: abs(item[0] - degrees))
return cardinal

def _t_poll_ioexpander(self):
self._polling = True
poll = select.poll()
Expand Down

0 comments on commit b1c64db

Please sign in to comment.