Skip to content

Commit

Permalink
fix: added missing import of numpy (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed Jun 3, 2021
1 parent 9e66e5e commit 0391ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sciunit/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import inspect
import json
import logging
import numpy as np
from pathlib import Path
from typing import Any, List

Expand Down

0 comments on commit 0391ac1

Please sign in to comment.