From 727fb2ea2d76efa8e7b5c7b24a2dbafc52a75ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Mon, 26 Feb 2024 12:37:50 +0100 Subject: [PATCH] chore: mark project as typed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit satisfies PEP-561 to allow type-checkers like mypy to validate our code and enable type-aware autocompletion in editors. xref: https://github.com/fal-ai/fal/pull/74 xref: https://peps.python.org/pep-0561/#packaging-type-information Signed-off-by: Lucas Servén Marín --- src/isolate/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/isolate/py.typed diff --git a/src/isolate/py.typed b/src/isolate/py.typed new file mode 100644 index 0000000..e69de29