aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/mixins.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-30 10:19:16 +0100
committerGravatar Gareth Coles <[email protected]>2018-03-30 10:19:16 +0100
commit4aa6a98945e25a01d37546bf393a2bc5e540f0a8 (patch)
tree6b56cd1a0ab753a9769a8cf6d3bc42262818bdea /pysite/mixins.py
parentStaff page typo (diff)
Change to PyCharm imports
Diffstat (limited to 'pysite/mixins.py')
-rw-r--r--pysite/mixins.py3
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