Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Willa Drengwitz committed Jul 16, 2018
1 parent ae87587 commit 2f9fe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/option/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import os
import re
import traceback
from builtins import map, next, object
from builtins import next, object
from collections import defaultdict

import six
Expand Down

0 comments on commit 2f9fe76

Please sign in to comment.