This is an automated email from the ASF dual-hosted git repository. johnbam pushed a commit to branch jbampton-patch-1 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 5cace04c8625e560b42e41d7f6fec08534b41e74 Author: John Bampton <[email protected]> AuthorDate: Thu Oct 31 14:01:40 2024 +1000 Update pyproject.toml remove isort --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddedfc1342..72728f21f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,3 @@ [tool.bandit] skips = ["B101", "B403", "B405", "B608"] - -[tool.isort] -profile = "black"
