mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Fix all to __all__
This commit is contained in:
parent
4d16d20b6d
commit
e3fc962add
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from .action import (
|
|||
RepairContextAction
|
||||
)
|
||||
|
||||
all = [
|
||||
__all__ = [
|
||||
# plugin classes
|
||||
"Extractor",
|
||||
# ordering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue