Skip to content

Commit

Permalink
fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
HashimHS committed Oct 2, 2024
1 parent e11c69e commit 963a3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional
import grpc
from google.protobuf.internal import containers as _containers
from val.smart_camera_drivers.lsn import pipeline_pb2, pipeline_pb2_grpc
import pipeline_pb2, pipeline_pb2_grpc
import numpy as np
import cv2 as cv

Expand Down

0 comments on commit 963a3de

Please sign in to comment.