Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makin-Things committed Aug 2, 2022
1 parent a2fa3d7 commit 6ef86da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bureau_of_meteorology/PyBoM/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, latitude, longitude):
self.warnings_data = None
self.geohash7 = geohash_encode(latitude, longitude)
self.geohash6 = self.geohash7[:6]
_LOGGER.debug(f"Geohash: {self.geohash7}")
_LOGGER.debug(f"Geohash: {self.geohash7}")

async def get_locations_data(self):
"""Get JSON location name from BOM API endpoint."""
Expand Down

0 comments on commit 6ef86da

Please sign in to comment.