Skip to content

Commit

Permalink
.......add a missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 12, 2018
1 parent d486af4 commit dca9887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/pants/backend/python/tasks/setup_py.py
Expand Up @@ -8,6 +8,7 @@
import itertools
import os
import pprint
import re
import shutil
from abc import abstractmethod
from builtins import map, object, str, zip
Expand Down

0 comments on commit dca9887

Please sign in to comment.