mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Add spacing to emptyclass.py
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user