(self, endpoint_url: str)
| 17 | """ |
| 18 | |
| 19 | def __init__(self, endpoint_url: str): |
| 20 | self.endpoint_url: str = endpoint_url |
| 21 | |
| 22 | def out(self, total: EmissionsData, _: EmissionsData): |
| 23 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected