From 5dcd9a463f8766a68d3eaa9038b7e27e0456e4e2 Mon Sep 17 00:00:00 2001 From: Gentile G Date: Tue, 29 Aug 2023 17:21:14 +0200 Subject: [PATCH] Correcting typo --- maneuvers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maneuvers/__init__.py b/maneuvers/__init__.py index 595dd1b..56b33ad 100644 --- a/maneuvers/__init__.py +++ b/maneuvers/__init__.py @@ -11,7 +11,7 @@ class Maneuver: self.vessel = vessel self.conn = conn - def plan_next_maneuver(self, conn): + def plan_next_maneuver(self): pass