Closed
Description
The following is mypy output when using Flagsmith SDK in a strictly typed project:
src/example_service/components/flagsmith.py:3: error: Skipping analyzing "flagsmith": module is installed, but missing library stubs or py.typed marker [import]
src/example_service/components/flagsmith.py:4: error: Skipping analyzing "flagsmith.flagsmith": module is installed, but missing library stubs or py.typed marker [import]
Hopefully, shouldn't be too hard to fix. (Famous last words before jumping in the Python typing rabbit hole.)
Metadata
Metadata
Assignees
Labels
No labels