Delete null_handler.py
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
# pylint: disable=missing-docstring
|
||||
|
||||
|
||||
class NullHandler(object):
|
||||
"""
|
||||
Responds to an any method call.
|
||||
"""
|
||||
def __getattr__(self, name):
|
||||
def method(*args, **kwargs): # pylint: disable=unused-argument
|
||||
pass
|
||||
return method
|
||||
Reference in New Issue
Block a user