aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/controllers/abstract.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-15 17:20:38 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-15 17:20:38 +0100
commit9a1a50f7cb2f63071fe127a29fece79585ea4037 (patch)
tree61fce1c10fbda22fbd31feab3bd91ec7a9257cb7 /pyaggr3g470r/controllers/abstract.py
parentMinor changes to the documentation. (diff)
downloadnewspipe-9a1a50f7cb2f63071fe127a29fece79585ea4037.tar.gz
newspipe-9a1a50f7cb2f63071fe127a29fece79585ea4037.tar.bz2
newspipe-9a1a50f7cb2f63071fe127a29fece79585ea4037.zip
pylint check
Diffstat (limited to 'pyaggr3g470r/controllers/abstract.py')
-rw-r--r--pyaggr3g470r/controllers/abstract.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/controllers/abstract.py b/pyaggr3g470r/controllers/abstract.py
index a99e67f3..c084deb9 100644
--- a/pyaggr3g470r/controllers/abstract.py
+++ b/pyaggr3g470r/controllers/abstract.py
@@ -1,6 +1,5 @@
import logging
from bootstrap import db
-from sqlalchemy import update
from werkzeug.exceptions import Forbidden, NotFound
logger = logging.getLogger(__name__)
bgstack15