diff options
author | 2018-03-30 15:22:38 +0100 | |
---|---|---|
committer | 2018-03-30 15:22:38 +0100 | |
commit | 55ad00b5a4f1cf88307ec082e7ac41bc3ebf33f8 (patch) | |
tree | 7dd71afa7accad6ccff1988b3ed228f65785c5b6 /pysite/mixins.py | |
parent | Decorator for routes that require a login with one of a set of roles (diff) |
Flake8
Diffstat (limited to 'pysite/mixins.py')
-rw-r--r-- | pysite/mixins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/mixins.py b/pysite/mixins.py index cfebae88..a2730ae4 100644 --- a/pysite/mixins.py +++ b/pysite/mixins.py @@ -1,5 +1,5 @@ # coding=utf-8 -from _weakref import ref +from weakref import ref from flask import Blueprint from rethinkdb.ast import Table |