fix imports.

This commit is contained in:
2022-02-26 18:40:01 -08:00
parent 04af2e6095
commit 98067d16a7

View File

@@ -1,6 +1,6 @@
import time
import zmq
import telemetry_pb2 as proto
import chime.telemetry_pb2 as proto
class Subscriber: