From 839fe8b96d94b9b7c7e5e2871173a0c27853323a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 16 Apr 2024 16:16:45 +0200 Subject: [PATCH] feat: add PEP561 marker for types (#2415) tasks.py:8: error: Skipping analyzing "lnbits.tasks": module is installed, but missing library stubs or py.typed marker [import-untyped] https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports --- lnbits/py.typed | 1 + 1 file changed, 1 insertion(+) create mode 100644 lnbits/py.typed diff --git a/lnbits/py.typed b/lnbits/py.typed new file mode 100644 index 000000000..7632ecf77 --- /dev/null +++ b/lnbits/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561