From c49607bb29f0efe2889485e114ef7f20a776f9a9 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Wed, 15 Oct 2025 13:52:49 -0400 Subject: [PATCH 1/2] Create py.typed I added a `py.typed` marker so that libraries using torch-sim as a dependency can get everything type checked. https://peps.python.org/pep-0561/ Signed-off-by: Andrew S. Rosen --- torch_sim/py.typed | 1 + 1 file changed, 1 insertion(+) create mode 100644 torch_sim/py.typed diff --git a/torch_sim/py.typed b/torch_sim/py.typed new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/torch_sim/py.typed @@ -0,0 +1 @@ + From 96fec122aa6f49c72f7d901732b6d64a88b0f383 Mon Sep 17 00:00:00 2001 From: abhijeetgangan Date: Fri, 17 Oct 2025 14:21:58 -0700 Subject: [PATCH 2/2] fix lint --- torch_sim/py.typed | 1 - 1 file changed, 1 deletion(-) diff --git a/torch_sim/py.typed b/torch_sim/py.typed index 8b137891..e69de29b 100644 --- a/torch_sim/py.typed +++ b/torch_sim/py.typed @@ -1 +0,0 @@ -