From 9f9dfdb26dabfc6711bc4c00645d750d3e08de68 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 9 Nov 2023 15:27:46 +0530 Subject: [PATCH] fix: get certificate button visibility --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe27bf47..e09fa46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,11 +21,7 @@ dependencies = [ requires = ["flit_core >=3.4,<4"] build-backend = "flit_core.buildapi" -[tool.black] -line-length = 99 - [tool.isort] -line_length = 99 multi_line_output = 3 include_trailing_comma = true force_grid_wrap = 0