mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove invalid type hint missing the optional argument - docstring should take care of this
This commit is contained in:
parent
3506c07a3c
commit
de481e2e35
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ class DeadlineModule(AYONAddon, IPluginPaths):
|
|||
|
||||
@staticmethod
|
||||
def get_deadline_pools(webservice, log=None):
|
||||
# type: (str) -> list
|
||||
"""Get pools from Deadline.
|
||||
Args:
|
||||
webservice (str): Server url.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue