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

View File

@ -1,5 +1,4 @@
import logging import logging
from itertools import count
from hashlib import sha1 from hashlib import sha1
from sqlalchemy.sql import and_, expression from sqlalchemy.sql import and_, expression

View File

@ -1,5 +1,4 @@
from datetime import datetime from datetime import datetime
from inspect import isgenerator
try: try:
from collections import OrderedDict from collections import OrderedDict