Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Aug 29, 2024
1 parent 8f53c4b commit 02ad5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stockfish/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os


def send_command(process: Popen, command: str):
def send_command(process, command: str):
process.stdin.write(command + "\n")
process.stdin.flush()
lines = []
Expand Down

0 comments on commit 02ad5b3

Please sign in to comment.