Skip to content

Commit

Permalink
Run ./build-support/bin/isort.sh -f
Browse files Browse the repository at this point in the history
  • Loading branch information
Willa Drengwitz committed Jul 16, 2018
1 parent 2b9fe9a commit ae87587
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/python/pants_test/option/test_options_fingerprinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

from __future__ import absolute_import, division, print_function, unicode_literals

from builtins import zip
from builtins import range
import os
from builtins import range, zip

from pants.base.payload import Payload
from pants.base.payload_field import PrimitiveField
Expand Down

0 comments on commit ae87587

Please sign in to comment.