Skip to content

Commit

Permalink
Fix typo: pustil -> psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
stevapple authored Nov 23, 2024
1 parent 59d6754 commit 66f2be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
try:
import psutil as psutil_module

pustil = psutil_module
psutil = psutil_module
except ImportError:
pass

Expand Down

0 comments on commit 66f2be3

Please sign in to comment.