Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Comment out string import since it is not used
Browse files Browse the repository at this point in the history
Commented out string import since it is not used.
If test passes successfully, will remove the line altogether.
  • Loading branch information
leni1 committed May 3, 2018
1 parent 3efd8af commit b275b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/test_image_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
example_images
)
import random
import string
# import string

# Hack to make this predictable:
random.seed(0)
Expand Down

0 comments on commit b275b06

Please sign in to comment.