mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
removed unused imports
This commit is contained in:
parent
e281bf6afa
commit
79d4f9ce5c
2 changed files with 3 additions and 6 deletions
|
|
@ -1,9 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Working thread for installer."""
|
||||
import os
|
||||
from Qt.QtCore import QThread, Signal
|
||||
|
||||
from speedcopy import copyfile
|
||||
from Qt.QtCore import QThread, Signal
|
||||
|
||||
from .bootstrap_repos import BootstrapRepos
|
||||
from .tools import validate_mongo_connection
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Implementation of Pype commands."""
|
||||
import os
|
||||
import sys
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
import sys
|
||||
|
||||
from pype.lib import execute
|
||||
from pype.lib import PypeLogger as Logger
|
||||
from pype.lib import execute
|
||||
|
||||
|
||||
class PypeCommands:
|
||||
|
|
@ -51,7 +50,6 @@ class PypeCommands:
|
|||
creationflags=detached_process
|
||||
)
|
||||
|
||||
|
||||
def launch_eventservercli(self, args):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue