From 84b0f5366db2e274fc1d9b1759b11a65ac0dbc68 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Sat, 5 Mar 2016 11:37:44 +0200 Subject: [PATCH] Fix pep8 compliancy --- sqlalchemy_utils/functions/orm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sqlalchemy_utils/functions/orm.py b/sqlalchemy_utils/functions/orm.py index 1e37d66..0fd7508 100644 --- a/sqlalchemy_utils/functions/orm.py +++ b/sqlalchemy_utils/functions/orm.py @@ -1,5 +1,4 @@ from collections import OrderedDict - from functools import partial from inspect import isclass from operator import attrgetter