sample-python-helper-aws-appconfig icon indicating copy to clipboard operation
sample-python-helper-aws-appconfig copied to clipboard

Missing explicit export for mypy --strict

Open ljmc-github opened this issue 1 year ago • 0 comments

Running mypy --strict when importing this module causes:

demo.py:1: error: Module "appconfig_helper" does not explicitly export attribute "AppConfigHelper"  [attr-defined]

Just need to add __all__ exporting AppConfigHelper at top of file, opening issue before PRing change.

ljmc-github avatar May 13 '24 15:05 ljmc-github