Skip to content

Commit daca6f5

Browse files
committed
clean up
1 parent 8087653 commit daca6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firecrest/status/health_check/checks/health_check_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class S3HealthCheck(HealthCheckBase):
1818

1919
def __init__(self, timeout: int):
20-
super().__init__(None)
20+
super().__init__()
2121
self.timeout = timeout
2222

2323
async def execute_check(self) -> S3ServiceHealth:

0 commit comments

Comments
 (0)