Add missing dependencies
Add tile server Config: add defults Cosmetic refactorings
This commit is contained in:
parent
7e9e266157
commit
5dacc908f2
12 changed files with 434 additions and 187 deletions
|
@ -186,7 +186,7 @@ class SurveyModel(BaseSurveyModel):
|
|||
|
||||
@declared_attr
|
||||
def __tablename__(cls) -> str:
|
||||
return cls.__name__ # type: nocheck
|
||||
return cls.__name__ # type: ignore
|
||||
|
||||
async def get_survey_info(self):
|
||||
info = await super(SurveyModel, self).get_survey_info()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue