sample-python-helper-aws-appconfig
sample-python-helper-aws-appconfig copied to clipboard
Missing explicit export for mypy --strict
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.