diff options
author | 2018-03-30 10:19:16 +0100 | |
---|---|---|
committer | 2018-03-30 10:19:16 +0100 | |
commit | 4aa6a98945e25a01d37546bf393a2bc5e540f0a8 (patch) | |
tree | 6b56cd1a0ab753a9769a8cf6d3bc42262818bdea /pysite/mixins.py | |
parent | Staff page typo (diff) |
Change to PyCharm imports
Diffstat (limited to 'pysite/mixins.py')
-rw-r--r-- | pysite/mixins.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pysite/mixins.py b/pysite/mixins.py index 5b1a780f..cfebae88 100644 --- a/pysite/mixins.py +++ b/pysite/mixins.py @@ -1,7 +1,8 @@ # coding=utf-8 +from _weakref import ref + from flask import Blueprint from rethinkdb.ast import Table -from _weakref import ref from pysite.database import RethinkDB |