💚 Fix flake8
dl / lint (push) Successful in 1m4s Details
dl / docker (push) Successful in 40s Details

This commit is contained in:
Michel Roux 2024-02-23 12:08:10 +01:00
parent 2c76ac3f66
commit 0e645e463a
1 changed files with 1 additions and 1 deletions

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