summaryrefslogtreecommitdiff
path: root/scripts/internal/print_wheels.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/internal/print_wheels.py')
-rwxr-xr-xscripts/internal/print_wheels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/print_wheels.py b/scripts/internal/print_wheels.py
index d13a6aa7..5e5faccd 100755
--- a/scripts/internal/print_wheels.py
+++ b/scripts/internal/print_wheels.py
@@ -10,8 +10,8 @@ import collections
import glob
import os
-from psutil._common import print_color
from psutil._common import bytes2human
+from psutil._common import print_color
class Wheel: