Skip to content

Commit

Permalink
isort config update
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Jul 15, 2016
1 parent 353ba0a commit 3ecbd1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[settings]
line_length=110
known_third_party=twisted,migrate,sqlalchemy,ldap3,klein
known_third_party=twisted,migrate,sqlalchemy,ldap3,klein,future,requests,MySQLdb,zope,coverage,autobahn,pkg_resources,jinja2,mock,dateutil,sphinx,setuptools
known_first_party=buildbot,buildbot_worker
force_single_line=1

2 changes: 1 addition & 1 deletion master/buildbot/worker/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from email.message import Message
from email.utils import formatdate

from future.utils import itervalues
from twisted.internet import defer
from twisted.python import log
from twisted.python.reflect import namedModule
Expand All @@ -35,7 +36,6 @@
from buildbot.util import service
from buildbot.util.eventual import eventually
from buildbot.worker_transition import deprecatedWorkerClassProperty
from future.utils import itervalues


class AbstractWorker(service.BuildbotService, object):
Expand Down

0 comments on commit 3ecbd1d

Please sign in to comment.