Correcting typo
This commit is contained in:
@@ -11,7 +11,7 @@ class Maneuver:
|
||||
self.vessel = vessel
|
||||
self.conn = conn
|
||||
|
||||
def plan_next_maneuver(self, conn):
|
||||
def plan_next_maneuver(self):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user