kovacsvi commited on
Commit
04b374c
·
1 Parent(s): 853f29a

missing import

Browse files
Files changed (1) hide show
  1. interfaces/utils.py +3 -2
interfaces/utils.py CHANGED
@@ -1,7 +1,8 @@
 
 
1
  import shutil
2
- import torch
3
  import psutil
4
- import gc
5
 
6
 
7
  def is_disk_full(min_free_space_in_GB=10):
 
1
+ import os
2
+ import gc
3
  import shutil
 
4
  import psutil
5
+ import torch
6
 
7
 
8
  def is_disk_full(min_free_space_in_GB=10):