Linting
This commit is contained in:
parent
bb77dab628
commit
9cb5c9157f
|
@ -12,6 +12,7 @@ class LogsDisplay(Display):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
logs: Logs
|
logs: Logs
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(*args)
|
super().__init__(*args)
|
||||||
self.pad = self.newpad(self.rows, self.cols)
|
self.pad = self.newpad(self.rows, self.cols)
|
||||||
|
|
|
@ -12,6 +12,7 @@ class MapDisplay(Display):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
map: Map
|
map: Map
|
||||||
|
|
||||||
def __init__(self, *args):
|
def __init__(self, *args):
|
||||||
super().__init__(*args)
|
super().__init__(*args)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue