Skip to content

Commit

Permalink
MSS: clean-up MSSBase.monitors
Browse files Browse the repository at this point in the history
Missed remove from 9d01cb0.
  • Loading branch information
BoboTiG committed Jan 5, 2020
1 parent 9d01cb0 commit 229bd0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mss/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def monitors(self):
it must be converted to the appropriate dict.
"""

raise NotImplementedError("Subclasses need to implement this!")

def save(self, mon=0, output="monitor-{mon}.png", callback=None):
# type: (int, str, Callable[[str], None]) -> Iterator[str]
"""
Expand Down

0 comments on commit 229bd0b

Please sign in to comment.