Browse Source

import fix

Dimitri Korsch 6 years ago
parent
commit
b09185b8a1
1 changed files with 2 additions and 0 deletions
  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