Fix: EMR ReleaseLabel validation does not respect semantic versioning (#3489)

Fixes #3474
This commit is contained in:
Brian Pandola 2020-11-22 10:54:59 -08:00 committed by GitHub
commit 53a3e52c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 129 additions and 3 deletions

View file

@ -3,6 +3,7 @@
exclude_lines =
if __name__ == .__main__.:
raise NotImplemented.
return NotImplemented
def __repr__
[run]