From 97b04d8b43cf92d903879d25cb63d5d1ad6d3c1b Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Wed, 8 Feb 2017 21:58:59 -0800 Subject: [PATCH] Add spacing to emptyclass.py --- jupyterhub/emptyclass.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyterhub/emptyclass.py b/jupyterhub/emptyclass.py index b3eda4be..d0e1b235 100644 --- a/jupyterhub/emptyclass.py +++ b/jupyterhub/emptyclass.py @@ -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 """ + + class EmptyClass: def empty_function(self, *args, **kwargs): return self