Skip to content

Commit

Permalink
style: sort import order
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Jun 21, 2021
1 parent ffa9b46 commit bbceab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugmon/bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from autobisect.bisect import BisectionResult, Bisector
from autobisect.build_manager import BuildManager
from autobisect.evaluators import BrowserEvaluator, JSEvaluator
from fuzzfetch import Fetcher, FetcherException, BuildSearchOrder
from fuzzfetch import BuildSearchOrder, Fetcher, FetcherException

log = logging.getLogger("bugmon")

Expand Down

0 comments on commit bbceab9

Please sign in to comment.