From 843cf93e36b17f5987adc1d9e4203c73cd9b741a Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 24 Jan 2024 09:47:07 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c48afa5..5a9141f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,3 @@ include_trailing_comma = true force_grid_wrap = 0 use_parentheses = true line_length = 100 - -[tool.coverage.run] -concurrency = ["greenlet"]