fix flake8 errors

pull/66/head
Zoran Bošnjak 2019-12-20 18:57:36 +01:00
rodzic 689d60ebbe
commit b48ee35e70
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,9 +1,10 @@
from ogn.client.client import AprsClient # noqa: F401
from ogn.client.client import TelnetClient # noqa: F401
class CustomSettings(object):
def __init__(self, **kw):
self.kw = kw
def __getattr__(self, name):
return self.kw[name]