removed library check since it is now included in the integration #2

This commit is contained in:
tomaae 2019-12-08 09:09:31 +01:00
parent b70bb9db92
commit 4f8c709488
3 changed files with 10 additions and 33 deletions

View file

@ -1,9 +1,5 @@
"""Exceptions for Mikrotik Router."""
class OldLibrouteros(Exception):
"""Old librouteros version."""
class ApiEntryNotFound(Exception):
"""Old librouteros version."""
"""Api entry not found."""