1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-08 18:02:05 +03:00

fix a flake8 lint

Summary: fix a lint, platform variable was declared twice

Reviewed By: Croohand

Differential Revision: D32605614

fbshipit-source-id: 8e43de8689bf30410273355444db9c3d94663d43
This commit is contained in:
Alex Hornby
2021-11-23 05:02:03 -08:00
committed by Facebook GitHub Bot
parent feebde29f2
commit 8297a3aa4a

View File

@@ -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: