mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-29 20:14:30 +02:00
removed unused arguments
This commit is contained in:
parent
b2c268a1c0
commit
7d9470133e
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ class MikrotikControllerData():
|
|||
# ---------------------------
|
||||
# force_update
|
||||
# ---------------------------
|
||||
async def force_update(self, now=None):
|
||||
async def force_update(self, _):
|
||||
"""Trigger update by timer"""
|
||||
await self.async_update()
|
||||
return
|
||||
|
@ -62,7 +62,7 @@ class MikrotikControllerData():
|
|||
# ---------------------------
|
||||
# force_fwupdate_check
|
||||
# ---------------------------
|
||||
async def force_fwupdate_check(self, now=None):
|
||||
async def force_fwupdate_check(self, _):
|
||||
"""Trigger hourly update by timer"""
|
||||
await self.async_fwupdate_check()
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue