Cosmetic: mostly typings

This commit is contained in:
phil 2024-02-13 12:47:07 +05:30
parent df5f67b79d
commit c1f229f805
13 changed files with 120 additions and 69 deletions
src/gisaf/models

View file

@ -91,10 +91,10 @@ class BaseSurveyModel(BaseModel):
@classmethod
def selectinload(cls):
return [
cls.equipment,
cls.surveyor,
cls.accuracy,
cls.project,
cls.equipment, # type: ignore
cls.surveyor, # type: ignore
cls.accuracy, # type: ignore
cls.project, # type: ignore
]
# @classmethod
# def dyn_join_with(cls):