Commit 527eb7a16e1f412905a43342d6ebccb7d40ca4cb
1 parent
e8172597
Exists in
master
and in
68 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 | 16 | # PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais |
17 | 17 | # detalhes. |
18 | 18 | #-------------------------------------------------------------------------- |
19 | -import os | |
20 | 19 | import platform |
21 | -import subprocess | |
22 | -import re | |
23 | 20 | import sigar |
24 | 21 | import sys |
25 | 22 | ... | ... |