Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove type hints from unimported libs #450

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

ginglis13
Copy link
Contributor

@ginglis13 ginglis13 commented Oct 17, 2023

Issue #, if available:

Description of changes:

The final rev of #403 included adding type hinting. Lambda func is not bundled with a layer that includes the aws_lambda_powertools python package. Since this package was only used for type hinting, and since those types are encapsulated in docstrings for relevant functions, remove the imports.

Testing done:

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Lambda func is not bundled with a layer that includes the
aws_lambda_powertools python package. Since this package was only used
for type hinting, and since those types are encapsulated in docstrings
for relevant functions, remove the imports.

Signed-off-by: Gavin Inglis <[email protected]>
@ginglis13 ginglis13 requested a review from a team October 17, 2023 17:14
@ginglis13 ginglis13 merged commit 5d5551e into runfinch:main Oct 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants