diff --git a/python/socha/_socha.pyi b/python/socha/_socha.pyi index 06baff9..7d0b6cf 100644 --- a/python/socha/_socha.pyi +++ b/python/socha/_socha.pyi @@ -240,7 +240,6 @@ class Board: self, coords: CubeCoordinates) -> Optional[tuple[int, Segment]]: ... def get(self, coords: CubeCoordinates) -> Optional[Field]: ... - def does_field_have_current(self, coords: CubeCoordinates) -> bool: ... def does_field_have_stream( self, coords: CubeCoordinates) -> bool: ...