Commit 7f3fb8af authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

fix a flake8 lint

Summary: fix a lint, platform variable was declared twice

Reviewed By: Croohand

Differential Revision: D32605614

fbshipit-source-id: 8e43de8689bf30410273355444db9c3d94663d43
parent d2c36642
...@@ -726,8 +726,6 @@ if __name__ == "__main__": ...@@ -726,8 +726,6 @@ if __name__ == "__main__":
# better signals for flaky tests. # better signals for flaky tests.
retry = 0 retry = 0
from sys import platform
testpilot = path_search(env, "testpilot") testpilot = path_search(env, "testpilot")
tpx = path_search(env, "tpx") tpx = path_search(env, "tpx")
if (tpx or testpilot) and not no_testpilot: if (tpx or testpilot) and not no_testpilot:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment