From 0e645e463aaf7a871971bf6fefbb7925d4ae5e44 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 23 Feb 2024 12:08:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20flake8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/retro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/retro.py b/commands/retro.py index c5ab9e9..5b29289 100644 --- a/commands/retro.py +++ b/commands/retro.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 from argparse import ArgumentParser -from json import load, dump +from json import dump, load from pathlib import Path from subprocess import run