From 9c9db7aba94a74fda6c500843bf168e89a01d3e5 Mon Sep 17 00:00:00 2001 From: oto Date: Mon, 15 Aug 2022 07:26:45 +0300 Subject: [PATCH] PEP Compliance edit --- GameLogic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameLogic.py b/GameLogic.py index 02ae54f..6f5677a 100644 --- a/GameLogic.py +++ b/GameLogic.py @@ -5,7 +5,7 @@ from Player import * class GameLogic(): - def __init__(self, gameMap, playerList, winRowLength = 3, individualMoves = 1): + def __init__(self, gameMap, playerList, winRowLength=3, individualMoves=1): self.gameMap = gameMap self.playerList = playerList