summaryrefslogtreecommitdiff
path: root/src/leap/base/authentication.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/base/authentication.py')
-rw-r--r--src/leap/base/authentication.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/base/authentication.py b/src/leap/base/authentication.py
index 0bd54fd6..09ff1d07 100644
--- a/src/leap/base/authentication.py
+++ b/src/leap/base/authentication.py
@@ -2,10 +2,10 @@
Authentication Base Class
"""
+
class Authentication(object):
"""
- I have no idea how Authentication (certs,?) will be done, but stub it here.
+ I have no idea how Authentication (certs,?)
+ will be done, but stub it here.
"""
pass
-
-