Skip to content

Commit

Permalink
Fix rebase import mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula-Kli committed Feb 9, 2022
1 parent 54282e1 commit 7f5bd75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridge/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import time

from bridge.data.data import DataSet
from bridge.handler.message_handler import SocketHandler, createActuatorNewValueMessage
from bridge.handler.message_handler import SocketHandler
from bridge.handler.message_management import createActuatorNewValueMessage

""" to see why I used requests and not urllib.request:
https://stackoverflow.com/questions/2018026/what-are-the-differences-between-the-urllib
Expand Down

0 comments on commit 7f5bd75

Please sign in to comment.