From 1472763a9afd7a880fe764cd33e2f4c563b803e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 11 Jun 2024 00:19:52 +0100 Subject: [PATCH] Drop duplicate file --- pyproject.toml | 1 + silver_platter/py.typed | 0 2 files changed, 1 insertion(+) delete mode 100644 silver_platter/py.typed diff --git a/pyproject.toml b/pyproject.toml index dcda9bb9..aa758e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,6 +114,7 @@ convention = "google" [tool.ruff.lint.isort] known-third-party = ["debian"] +known-first-party = ["silver_platter"] [tool.cibuildwheel] environment = {PATH="$HOME/.cargo/bin:$PATH"} diff --git a/silver_platter/py.typed b/silver_platter/py.typed deleted file mode 100644 index e69de29b..00000000