-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add SageMaker Notebook Instance module #12
Add SageMaker Notebook Instance module #12
Conversation
Hey @lccasagrande looks like the module checks failed. I should mention of that into I like Example below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
[mypy] | ||
python_version = 3.7 | ||
strict = True | ||
ignore_missing_imports = True | ||
allow_untyped_decorators = True | ||
exclude = | ||
codeseeder.out/|example/|tests/|.venv | ||
warn_unused_ignores = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: This could be included in pyproject.toml
. However, there's no need to block this PR on this.
) | ||
|
||
|
||
class SeedFarmerParameters(CdkBaseSettings): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this!
Describe your changes
Checklist before requesting a review
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.