Each import per line.

This commit is contained in:
CronyAkatsuki 2023-11-02 10:53:19 +01:00
parent 8585fe9552
commit 7711c4c552

View File

@ -1,4 +1,6 @@
import shutil, magic, re import shutil
import magic
import re
from typing import Annotated, Union from typing import Annotated, Union
from os import listdir, remove from os import listdir, remove
from os.path import abspath, dirname, exists from os.path import abspath, dirname, exists