removed unused imports

This commit is contained in:
iLLiCiTiT 2020-12-11 12:03:34 +01:00
parent 2e6977759c
commit 14a9554d11
3 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,6 @@ from pype import resources
from .. import (
PypeModule,
ITrayModule,
IPluginPaths,
IRestApi
)

View file

@ -1,4 +1,3 @@
import os
from .. import PypeModule

View file

@ -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):