💚 Fix flake8
All checks were successful
dl / lint (push) Successful in 1m4s
dl / docker (push) Successful in 40s

This commit is contained in:
Michel Roux 2024-02-23 12:08:10 +01:00
parent 2c76ac3f66
commit 0e645e463a

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from argparse import ArgumentParser from argparse import ArgumentParser
from json import load, dump from json import dump, load
from pathlib import Path from pathlib import Path
from subprocess import run from subprocess import run