working split
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m46s
Run linting on the backend code / Build (pull_request) Successful in 2m31s
Run testing on the backend code / Build (pull_request) Failing after 12m37s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 29s
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m46s
Run linting on the backend code / Build (pull_request) Successful in 2m31s
Run testing on the backend code / Build (pull_request) Failing after 12m37s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 29s
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
from typing import Optional
|
||||
from uuid import uuid4, UUID
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
# Output to frontend
|
||||
class ProtoLandmark(BaseModel) :
|
||||
"""fef"""
|
||||
|
||||
uuid: UUID = Field(default_factory=uuid4)
|
||||
|
||||
location : tuple
|
||||
attractiveness : int
|
||||
duration : Optional[int] = 5
|
||||
|
||||
must_do : Optional[bool] = False
|
||||
must_avoid : Optional[bool] = False
|
||||
Reference in New Issue
Block a user