Skip to content

Commit

Permalink
fix sider import complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoody256 committed Jul 26, 2021
1 parent bf8be7e commit 202a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Parallel/failed-build/failed-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
test = TestSCons.TestSCons()

try:
import psutil
import psutil # noqa: F401
except ImportError:
test.skip_test("Failed to import psutil required for test, skipping.")

Expand Down

0 comments on commit 202a77c

Please sign in to comment.