mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-14 19:34:29 +02:00
removed unused variable
This commit is contained in:
parent
f9a8d57167
commit
01801fdc2d
1 changed files with 0 additions and 1 deletions
|
@ -352,7 +352,6 @@ class MikrotikAPI:
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
def get_traffic(self, interfaces) -> Optional(list):
|
def get_traffic(self, interfaces) -> Optional(list):
|
||||||
"""Get traffic stats"""
|
"""Get traffic stats"""
|
||||||
traffic = None
|
|
||||||
if not self.connection_check():
|
if not self.connection_check():
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue