Skip to content

Commit

Permalink
format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Aug 29, 2024
1 parent 93eb294 commit 8f53c4b
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 @@ -11,7 +11,7 @@ def send_command(process: Popen, command: str):
process.stdin.write(command + "\n")
process.stdin.flush()
lines = []
if command.startswith('position fen'):
if command.startswith("position fen"):
return []
while True:
line = process.stdout.readline()
Expand Down

0 comments on commit 8f53c4b

Please sign in to comment.