diff --git a/pyproject.toml b/pyproject.toml index 7512cb94..88553178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,6 +91,7 @@ show_missing = true [tool.isort] profile = "black" +combine_as_imports = true [tool.pylint.main] ignore = ["tests"]