Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Mar 15, 2017
1 parent 93cfab2 commit 71c8f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ known_future_library=future
known_standard_library=pkg_resources,html
known_twisted=twisted,zope,autobahn,klein,txaio
known_mock=mock
known_third_party=migrate,sqlalchemy,ldap3,txrequests,requests,MySQLdb,coverage,jinja2,dateutil,sphinx,setuptools
known_third_party=migrate,sqlalchemy,ldap3,txrequests,requests,MySQLdb,coverage,jinja2,dateutil,sphinx,setuptools,jwt
known_first_party=buildbot,buildbot_worker
force_single_line=1
sections=FUTURE,FUTURE_LIBRARY,STDLIB,THIRDPARTY,MOCK,TWISTED,FIRSTPARTY,LOCALFOLDER
Expand Down
3 changes: 2 additions & 1 deletion master/buildbot/www/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
import os
from binascii import hexlify

import jwt

from twisted.application import strports
from twisted.cred.portal import IRealm
from twisted.cred.portal import Portal
Expand All @@ -35,7 +37,6 @@
from twisted.web import server
from zope.interface import implementer

import jwt
from buildbot.plugins.db import get_plugins
from buildbot.util import bytes2NativeString
from buildbot.util import service
Expand Down

0 comments on commit 71c8f0e

Please sign in to comment.