From d8d8552dd0cd6c4ce2674034d142963deab0718b Mon Sep 17 00:00:00 2001 From: Ivan Pavlina Date: Wed, 31 May 2023 07:46:52 +0000 Subject: [PATCH] black formatting --- custom_components/mikrotik_router/mikrotik_controller.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_components/mikrotik_router/mikrotik_controller.py b/custom_components/mikrotik_router/mikrotik_controller.py index cdea899..e8f74a7 100644 --- a/custom_components/mikrotik_router/mikrotik_controller.py +++ b/custom_components/mikrotik_router/mikrotik_controller.py @@ -1544,7 +1544,9 @@ class MikrotikControllerData: ): 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( data=self.data["fw-update"], source=self.api.query("/system/package/update"),