Make NullPen inherit from AbstractPen
This commit is contained in:
parent
ab1883da1d
commit
8a55182f37
@ -148,7 +148,7 @@ class AbstractPen(abc.ABC):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class NullPen(object):
|
||||
class NullPen(AbstractPen):
|
||||
|
||||
"""A pen that does nothing.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user