Apply suggestions from code review

This commit is contained in:
Marek Wolan
2023-07-03 08:00:51 +00:00
parent 605ff98a24
commit ee94993344

View File

@@ -29,7 +29,7 @@ class AbstractObservationComponent(ABC):
self.env: "Primaite" = env
self.space: spaces.Space
self.current_observation: np.ndarray # type might be too restrictive?
self.structure: list[str]
self.structure: List[str]
return NotImplemented
@abstractmethod