Add spacing to emptyclass.py

This commit is contained in:
Carol Willing
2017-02-08 21:58:59 -08:00
parent 5de1c078d2
commit 97b04d8b43

View File

@@ -5,6 +5,8 @@ instance of itself that'll allow any method to be called on it.
Primarily used to mock out the statsd client when statsd is not being used Primarily used to mock out the statsd client when statsd is not being used
""" """
class EmptyClass: class EmptyClass:
def empty_function(self, *args, **kwargs): def empty_function(self, *args, **kwargs):
return self return self