power monitor: fix missing numpy import

old-commit-hash: e7b3ebdb17
taco
Adeeb Shihadeh 3 years ago
parent b2e8da92a9
commit 70d4f03b9a
  1. 1
      system/hardware/tici/power_monitor.py

@ -2,6 +2,7 @@
import sys
import time
import datetime
import numpy as np
from typing import List
from common.realtime import Ratekeeper

Loading…
Cancel
Save