From 83e3a2321bde55a12550dc1f35ea26770a9c7ab3 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 13 Jun 2024 01:34:56 -0700 Subject: [PATCH] byeeee --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6bee90d73ae7e9..edc515771a32aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -239,8 +239,6 @@ lint.flake8-implicit-str-concat.allow-multiline=false "tools".msg = "Use openpilot.tools" "pytest.main".msg = "pytest.main requires special handling that is easy to mess up!" "unittest".msg = "Use pytest" -# This isn't selective -#"openpilot.system".msg = "Importing 'openpilot.system' is not allowed inside 'openpilot.selfdrive.car'" [tool.coverage.run] concurrency = ["multiprocessing", "thread"]