Cosmetic: mostly typings
This commit is contained in:
parent
df5f67b79d
commit
c1f229f805
13 changed files with 120 additions and 69 deletions
src/gisaf/models
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue