Skip to content

Commit

Permalink
Drop future import where we don't use its features.
Browse files Browse the repository at this point in the history
Incorporates feedback from @dhermes:
#374 (comment)
#374 (comment)
  • Loading branch information
tseaver committed Nov 24, 2014
1 parent 38f7425 commit dfa70b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion regression/clear_datastore.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Script to populate datastore with regression test data."""
from __future__ import print_function


# This assumes the command is being run via tox hence the
Expand Down
1 change: 0 additions & 1 deletion regression/populate_datastore.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Script to populate datastore with regression test data."""
from __future__ import print_function

from six.moves import zip

Expand Down

0 comments on commit dfa70b5

Please sign in to comment.