📝[Refactor] ruffを使用しコード検証修正を行った

This commit is contained in:
misyaguziya
2023-11-08 17:40:14 +09:00
parent 9eb157b871
commit 5e1a293e9f
2 changed files with 2 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
import sys import sys
import inspect import inspect
from os import path as os_path from os import path as os_path
from os import getenv as os_getenv
from os import makedirs as os_makedirs
from json import load as json_load from json import load as json_load
from json import dump as json_dump from json import dump as json_dump
import tkinter as tk import tkinter as tk

View File

@@ -1,10 +1,9 @@
import sys
from zipfile import ZipFile from zipfile import ZipFile
from subprocess import Popen, PIPE from subprocess import Popen
from os import makedirs as os_makedirs from os import makedirs as os_makedirs
from os import path as os_path from os import path as os_path
from os import remove as os_remove from os import remove as os_remove
from shutil import rmtree, move from shutil import move
from datetime import datetime from datetime import datetime
from logging import getLogger, FileHandler, Formatter, INFO from logging import getLogger, FileHandler, Formatter, INFO
from time import sleep from time import sleep