# 🚀 Feature Proposal A recently added test relies on a `# noqa` line to avoid an `F401 | module imported but unused` warning as seen here: https://github.com/cisagov/skeleton-python-library/blob/0db80d1dc0594da5e1b887796b482d37723125f6/tests/test_example.py#L52 There should be a brief comment explaining why this is being done for future codebase delvers. ## Motivation Properly documenting rationale for intentionally disabling warnings/errors is good.