From 21e2e8b8439c538af303123e098ea7cf85a4cbce Mon Sep 17 00:00:00 2001 From: Andrei Matveyeu Date: Mon, 7 Oct 2024 09:04:53 +0200 Subject: [PATCH] removed debug code --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index fc0f3ea..6d65e77 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,6 @@ [tox] envlist = py3,black,pylint,pydocstyle -commands = - python -c "import toml; print(toml.load('pyproject.toml')['project']['version'])" [testenv] deps =