black formatting

This commit is contained in:
Ivan Pavlina 2023-05-31 07:46:52 +00:00
parent 22844e7ae5
commit d8d8552dd0

View file

@ -1544,7 +1544,9 @@ class MikrotikControllerData:
): ):
return return
self.execute("/system/package/update", "check-for-updates", None, None, {"duration": 10}) self.execute(
"/system/package/update", "check-for-updates", None, None, {"duration": 10}
)
self.data["fw-update"] = parse_api( self.data["fw-update"] = parse_api(
data=self.data["fw-update"], data=self.data["fw-update"],
source=self.api.query("/system/package/update"), source=self.api.query("/system/package/update"),