📝[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 inspect
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 dump as json_dump
import tkinter as tk