lint score
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Failing after 2m15s
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been skipped
Run linting on the backend code / Build (pull_request) Successful in 27s
Run testing on the backend code / Build (pull_request) Failing after 1m39s

This commit is contained in:
2024-12-10 16:39:45 +01:00
parent 449e2b2ce4
commit edf2f3af72
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class Trip(BaseModel):
@classmethod
def from_linked_landmarks(self, landmarks: LinkedLandmarks, cache_client: Client) -> "Trip":
def from_linked_landmarks(cls, landmarks: LinkedLandmarks, cache_client: Client) -> "Trip":
"""
Initialize a new Trip object and ensure it is stored in the cache.
"""