formatting changes to satisfy check

This commit is contained in:
Kizniche
2026-03-26 20:08:42 -04:00
parent efeb047116
commit 53f122e503
3 changed files with 97 additions and 51 deletions
+3 -3
View File
@@ -205,7 +205,9 @@ class MapUploadModule(FanoutModule):
)
return
await self._upload(pubkey, advert.timestamp, advert.device_role, raw_hex, advert.lat, advert.lon)
await self._upload(
pubkey, advert.timestamp, advert.device_role, raw_hex, advert.lat, advert.lon
)
async def _upload(
self,
@@ -339,5 +341,3 @@ class MapUploadModule(FanoutModule):
if self._last_error:
return "error"
return "connected"