Skip to content

Commit

Permalink
Fix typing mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Willa Drengwitz committed Jul 16, 2018
1 parent f311d3e commit 8aa09d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/option/options.py
Expand Up @@ -6,7 +6,7 @@

import copy
import sys
from builtins import object
from builtins import object, str

from pants.base.deprecated import warn_or_error
from pants.option.arg_splitter import GLOBAL_SCOPE, ArgSplitter
Expand Down

0 comments on commit 8aa09d6

Please sign in to comment.