removed unused imports

This commit is contained in:
Ondrej Samohel 2020-10-13 19:23:44 +02:00
parent e281bf6afa
commit 79d4f9ce5c
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
2 changed files with 3 additions and 6 deletions

View file

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

View file

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