removed unused variable

This commit is contained in:
tomaae 2020-04-05 00:27:16 +02:00
parent f9a8d57167
commit 01801fdc2d

View file

@ -352,7 +352,6 @@ class MikrotikAPI:
# ---------------------------
def get_traffic(self, interfaces) -> Optional(list):
"""Get traffic stats"""
traffic = None
if not self.connection_check():
return None