Skip to content

Commit 229bd0b

Browse files
committed
MSS: clean-up MSSBase.monitors
Missed remove from 9d01cb0.
1 parent 9d01cb0 commit 229bd0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mss/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ def monitors(self):
7979
it must be converted to the appropriate dict.
8080
"""
8181

82-
raise NotImplementedError("Subclasses need to implement this!")
83-
8482
def save(self, mon=0, output="monitor-{mon}.png", callback=None):
8583
# type: (int, str, Callable[[str], None]) -> Iterator[str]
8684
"""

0 commit comments

Comments
 (0)