Skip to content

Commit

Permalink
fix(_socha.pyi): Removed does_field_have_current (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik <[email protected]>
  • Loading branch information
ErikBcd and Erik authored Mar 15, 2024
1 parent f27344c commit 45d1709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/socha/_socha.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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: ...
Expand Down

0 comments on commit 45d1709

Please sign in to comment.