We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67304b6 commit 0ce5ef4Copy full SHA for 0ce5ef4
packages/aws-library/src/aws_library/ec2/_errors.py
@@ -1,12 +1,9 @@
1
# pylint: disable=too-many-ancestors
2
-from typing import Any
3
-
4
from models_library.errors_classes import OsparcErrorMixin
5
6
7
class EC2BaseError(OsparcErrorMixin, Exception):
8
- def __init__(self, **ctx: Any) -> None:
9
- super().__init__(**ctx)
+ pass
10
11
12
class EC2RuntimeError(EC2BaseError, RuntimeError):
0 commit comments