Commit 527eb7a16e1f412905a43342d6ebccb7d40ca4cb
1 parent
e8172597
Exists in
master
and in
6 other branches
STYLE: Removed unused imports from utils
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
invesalius/utils.py
@@ -16,10 +16,7 @@ | @@ -16,10 +16,7 @@ | ||
16 | # PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais | 16 | # PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais |
17 | # detalhes. | 17 | # detalhes. |
18 | #-------------------------------------------------------------------------- | 18 | #-------------------------------------------------------------------------- |
19 | -import os | ||
20 | import platform | 19 | import platform |
21 | -import subprocess | ||
22 | -import re | ||
23 | import sigar | 20 | import sigar |
24 | import sys | 21 | import sys |
25 | 22 |