Restyled by reorder-python-imports

This commit is contained in:
Restyled.io 2020-08-13 11:44:36 +00:00
parent e4d3957f30
commit 596751f47a
7 changed files with 63 additions and 28 deletions

View File

@ -10,10 +10,21 @@ import Defs.LocalizationManager.lang_action_manager.lang_server.lang_server_runn
import Defs.LocalizationManager.lang_global_usage as global_localization import Defs.LocalizationManager.lang_global_usage as global_localization
import Defs.ThemeManager.theme as theme import Defs.ThemeManager.theme as theme
from Defs.ActionManager import simple_informant from Defs.ActionManager import simple_informant
from Defs.ImportManager.unsorted_will_be_replaced import ( from Defs.ImportManager.unsorted_will_be_replaced import BytesIO
DEVNULL, BytesIO, CalledProcessError, ZipFile, check_output, chmod, ngrok, from Defs.ImportManager.unsorted_will_be_replaced import CalledProcessError
ngrok_conf, path, regular_expression, requests, run_background_command, from Defs.ImportManager.unsorted_will_be_replaced import check_output
run_command, url_request, wait) from Defs.ImportManager.unsorted_will_be_replaced import chmod
from Defs.ImportManager.unsorted_will_be_replaced import DEVNULL
from Defs.ImportManager.unsorted_will_be_replaced import ngrok
from Defs.ImportManager.unsorted_will_be_replaced import ngrok_conf
from Defs.ImportManager.unsorted_will_be_replaced import path
from Defs.ImportManager.unsorted_will_be_replaced import regular_expression
from Defs.ImportManager.unsorted_will_be_replaced import requests
from Defs.ImportManager.unsorted_will_be_replaced import run_background_command
from Defs.ImportManager.unsorted_will_be_replaced import run_command
from Defs.ImportManager.unsorted_will_be_replaced import url_request
from Defs.ImportManager.unsorted_will_be_replaced import wait
from Defs.ImportManager.unsorted_will_be_replaced import ZipFile
from Defs.LocalizationManager.helper import print_sorted_as_menu from Defs.LocalizationManager.helper import print_sorted_as_menu
try: try:

View File

@ -9,11 +9,15 @@ import time
import Defs.ActionManager.simple_informant as simple_informant import Defs.ActionManager.simple_informant as simple_informant
import Defs.LocalizationManager.lang_action_manager.lang_main_runner as localization import Defs.LocalizationManager.lang_action_manager.lang_main_runner as localization
import Defs.LocalizationManager.lang_global_usage as global_localization import Defs.LocalizationManager.lang_global_usage as global_localization
from Defs.ImportManager.unsorted_will_be_replaced import (copyfile, mkdir, from Defs.ImportManager.unsorted_will_be_replaced import copyfile
path, pathlib_Path, from Defs.ImportManager.unsorted_will_be_replaced import mkdir
remove, rmtree, from Defs.ImportManager.unsorted_will_be_replaced import path
run_command, wait, from Defs.ImportManager.unsorted_will_be_replaced import pathlib_Path
webpage_set) from Defs.ImportManager.unsorted_will_be_replaced import remove
from Defs.ImportManager.unsorted_will_be_replaced import rmtree
from Defs.ImportManager.unsorted_will_be_replaced import run_command
from Defs.ImportManager.unsorted_will_be_replaced import wait
from Defs.ImportManager.unsorted_will_be_replaced import webpage_set
from Defs.LocalizationManager.helper import print_sorted_as_menu from Defs.LocalizationManager.helper import print_sorted_as_menu
module_loading_message = simple_informant.module_loading_message module_loading_message = simple_informant.module_loading_message

View File

@ -9,11 +9,15 @@ import Defs.FeatureManager.EmailManager.email_prompt as email_prompt
import Defs.LocalizationManager.lang_action_manager.lang_simple_informant as localization import Defs.LocalizationManager.lang_action_manager.lang_simple_informant as localization
import Defs.LocalizationManager.lang_global_usage as global_localization import Defs.LocalizationManager.lang_global_usage as global_localization
import Defs.ThemeManager.theme as theme import Defs.ThemeManager.theme as theme
from Defs.ImportManager.unsorted_will_be_replaced import (chmod, copyfile, from Defs.ImportManager.unsorted_will_be_replaced import chmod
getuid, pathlib_Path, from Defs.ImportManager.unsorted_will_be_replaced import copyfile
platform, requests, from Defs.ImportManager.unsorted_will_be_replaced import getuid
run_command, stat, from Defs.ImportManager.unsorted_will_be_replaced import pathlib_Path
try_to_run_command) from Defs.ImportManager.unsorted_will_be_replaced import platform
from Defs.ImportManager.unsorted_will_be_replaced import requests
from Defs.ImportManager.unsorted_will_be_replaced import run_command
from Defs.ImportManager.unsorted_will_be_replaced import stat
from Defs.ImportManager.unsorted_will_be_replaced import try_to_run_command
default_palette = theme.default_palette default_palette = theme.default_palette

View File

@ -5,10 +5,13 @@
# under certain conditions; you can read LICENSE for details. # under certain conditions; you can read LICENSE for details.
# #
import Defs.ThemeManager.theme as theme import Defs.ThemeManager.theme as theme
from Defs.ImportManager.unsorted_will_be_replaced import (base64, copyfile, from Defs.ImportManager.unsorted_will_be_replaced import base64
getpass, path, from Defs.ImportManager.unsorted_will_be_replaced import copyfile
run_command, system, from Defs.ImportManager.unsorted_will_be_replaced import getpass
wait) from Defs.ImportManager.unsorted_will_be_replaced import path
from Defs.ImportManager.unsorted_will_be_replaced import run_command
from Defs.ImportManager.unsorted_will_be_replaced import system
from Defs.ImportManager.unsorted_will_be_replaced import wait
default_palette = theme.default_palette default_palette = theme.default_palette

View File

@ -5,10 +5,12 @@
# under certain conditions; you can read LICENSE for details. # under certain conditions; you can read LICENSE for details.
# #
import Defs.ThemeManager.theme as theme import Defs.ThemeManager.theme as theme
from Defs.ImportManager.unsorted_will_be_replaced import (chmod, copyfile, from Defs.ImportManager.unsorted_will_be_replaced import chmod
pathlib_Path, from Defs.ImportManager.unsorted_will_be_replaced import copyfile
replace, run_command, from Defs.ImportManager.unsorted_will_be_replaced import pathlib_Path
wait) from Defs.ImportManager.unsorted_will_be_replaced import replace
from Defs.ImportManager.unsorted_will_be_replaced import run_command
from Defs.ImportManager.unsorted_will_be_replaced import wait
default_palette = theme.default_palette default_palette = theme.default_palette

View File

@ -5,8 +5,9 @@
# under certain conditions; you can read LICENSE for details. # under certain conditions; you can read LICENSE for details.
# #
import Defs.ThemeManager.theme as theme import Defs.ThemeManager.theme as theme
from Defs.ImportManager.unsorted_will_be_replaced import (path, run_command, from Defs.ImportManager.unsorted_will_be_replaced import path
wait) from Defs.ImportManager.unsorted_will_be_replaced import run_command
from Defs.ImportManager.unsorted_will_be_replaced import wait
default_palette = theme.default_palette default_palette = theme.default_palette

View File

@ -12,14 +12,24 @@ import socket
import stat import stat
from distutils.dir_util import copy_tree as webpage_set from distutils.dir_util import copy_tree as webpage_set
from io import BytesIO from io import BytesIO
from os import chdir, chmod, getuid, mkdir, path, remove, replace, system from os import chdir
from os import chmod
from os import getuid
from os import mkdir
from os import path
from os import remove
from os import replace
from os import system
from pathlib import Path as pathlib_Path from pathlib import Path as pathlib_Path
from shutil import copyfile, rmtree from shutil import copyfile
from subprocess import DEVNULL, PIPE, CalledProcessError from shutil import rmtree
from subprocess import Popen as run_background_command
from subprocess import call as run_command from subprocess import call as run_command
from subprocess import CalledProcessError
from subprocess import check_call as try_to_run_command from subprocess import check_call as try_to_run_command
from subprocess import check_output from subprocess import check_output
from subprocess import DEVNULL
from subprocess import PIPE
from subprocess import Popen as run_background_command
from time import sleep as wait from time import sleep as wait
from urllib import request as url_request from urllib import request as url_request
from zipfile import ZipFile from zipfile import ZipFile