Flake8 cleanup

This commit is contained in:
Stefan Wehrmeyer
2015-12-19 21:43:51 +01:00
parent 21da5a3078
commit 0f7e7dc73c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
import logging
from itertools import count
from hashlib import sha1
from sqlalchemy.sql import and_, expression
-1
View File
@@ -1,5 +1,4 @@
from datetime import datetime
from inspect import isgenerator
try:
from collections import OrderedDict