Skip to content

Commit

Permalink
fix py2 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Feb 20, 2024
1 parent ffb66ec commit da0b7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psutil/tests/test_process_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from psutil import POSIX
from psutil import WINDOWS
from psutil._compat import PY3
from psutil._compat import FileNotFoundError
from psutil._compat import long
from psutil._compat import unicode
from psutil.tests import CI_TESTING
Expand Down

0 comments on commit da0b7c6

Please sign in to comment.