aboutsummaryrefslogtreecommitdiff
path: root/mu4web/user/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/user/__init__.py')
-rw-r--r--mu4web/user/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu4web/user/__init__.py b/mu4web/user/__init__.py
index c0dbda9..a58265d 100644
--- a/mu4web/user/__init__.py
+++ b/mu4web/user/__init__.py
@@ -5,7 +5,7 @@ This is modeled to work well together with flash_login.
"""
-class User:
+class User: # pragma: no cover
"""
Default class for user session and authentication.