mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unused imports
This commit is contained in:
parent
2e6977759c
commit
14a9554d11
3 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ from pype import resources
|
|||
from .. import (
|
||||
PypeModule,
|
||||
ITrayModule,
|
||||
IPluginPaths,
|
||||
IRestApi
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import os
|
||||
from .. import PypeModule
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
import sys
|
||||
import subprocess
|
||||
import pype
|
||||
from .. import PypeModule, ITrayModule, IPluginPaths
|
||||
from .. import PypeModule, ITrayModule
|
||||
|
||||
|
||||
class StandAlonePublishModule(PypeModule, ITrayModule):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue