Each import per line.
This commit is contained in:
parent
8585fe9552
commit
7711c4c552
1 changed files with 3 additions and 1 deletions
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 os import listdir, remove
|
||||
from os.path import abspath, dirname, exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue