Skip to content

Commit

Permalink
Apply isort fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Feb 26, 2015
1 parent 68b70ca commit 52306b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/python/pants/option/options_bootstrapper.py
Expand Up @@ -7,7 +7,6 @@

import itertools
import logging

import os
import sys

Expand Down
Expand Up @@ -139,4 +139,4 @@ def parse_options(*args):
self.assertEqual('/tmp/frogs', vals.logdir)

vals = parse_options('main', 'args', '--', '-d/tmp/logs')
self.assertIsNone(vals.logdir)
self.assertIsNone(vals.logdir)

0 comments on commit 52306b8

Please sign in to comment.