aboutsummaryrefslogtreecommitdiff
path: root/mu4web/user/__init__.py
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-08-06 22:14:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-08-07 15:16:41 +0200
commita5a8085d6dc1be85e15ae621decf254d269c348a (patch)
tree8f5f70b2f6f243c6123f91f584de2d66fa85ae97 /mu4web/user/__init__.py
parentCleanup of components. (diff)
downloadmu4web-a5a8085d6dc1be85e15ae621decf254d269c348a.tar.gz
mu4web-a5a8085d6dc1be85e15ae621decf254d269c348a.tar.xz
Add some no-cover comments.
Diffstat (limited to '')
-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.