Skip to content

Commit

Permalink
fix: redis import error fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandimaFernando committed Oct 22, 2024
1 parent de220c1 commit 67923e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdf_beamtime/src/pdf_beamtime_fidpose_redis_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
import math
import time

import redis
import rclpy
from rclpy.action import ActionClient
from rclpy.node import Node

from pdf_beamtime_interfaces.action import FidPoseControlMsg
import redis


class SimpleClient(Node):
Expand Down

0 comments on commit 67923e5

Please sign in to comment.