From 00e3c741202b27394b45305c8d00828baf3b2506 Mon Sep 17 00:00:00 2001 From: insolor Date: Sun, 3 Dec 2023 16:26:57 +0300 Subject: [PATCH] Remove extra spaces --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c07f240..e8abde6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.8" pytest = "^7.4.3" pytest-cov = "^4.1.0" coverage = {extras = ["toml"], version = "^7.3.2"} -flake8 = { version = "^6.1.0", python = "^3.8.1"} +flake8 = {version = "^6.1.0", python = "^3.8.1"} [build-system] requires = ["poetry-core"]