Each import per line.
This commit is contained in:
parent
8585fe9552
commit
7711c4c552
4
main.py
4
main.py
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user