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
This commit is contained in:
dni ⚡ 2024-04-16 16:16:45 +02:00 committed by GitHub
parent 25661ddff5
commit 839fe8b96d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
lnbits/py.typed Normal file
View File

@ -0,0 +1 @@
# Marker file for PEP 561