mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #424 from BigRoy/bugfix/fix_deadline_addon_baseserveraddon
Fix usage of `BaseServerAddon` when only imported for type checking
This commit is contained in:
commit
27dea6c97a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class ServerListSubmodel(BaseSettingsModel):
|
|||
|
||||
|
||||
async def defined_deadline_ws_name_enum_resolver(
|
||||
addon: BaseServerAddon,
|
||||
addon: "BaseServerAddon",
|
||||
settings_variant: str = "production",
|
||||
project_name: str | None = None,
|
||||
) -> list[str]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue