Dimitri Korsch 6 лет назад
Родитель
Сommit
b09185b8a1
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      nabirds/dataset/mixins/reading.py

+ 2 - 0
nabirds/dataset/mixins/reading.py

@@ -1,3 +1,5 @@
+import numpy as np
+
 from os.path import join
 
 from . import BaseMixin