Skip to content

Commit

Permalink
Rename Serial_webots import to serial_webots in rl_supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
Akram authored and Akram committed Jul 30, 2024
1 parent cdba264 commit 40ec7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webots/controllers/RL_Supervisor/rl_supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
import struct
from controller import Supervisor # pylint: disable=import-error
from Serial_webots import SerialWebots
from serial_webots import SerialWebots
from SerialMuxProt import Server

# Constants
Expand Down

0 comments on commit 40ec7f4

Please sign in to comment.