From 2659cb38e353619f67e9d744764bdf47b8577bf5 Mon Sep 17 00:00:00 2001 From: Ondrej Platek Date: Wed, 13 Nov 2024 15:45:15 +0100 Subject: [PATCH] fix black --- factgenie/bin/run.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/factgenie/bin/run.py b/factgenie/bin/run.py index 6490532..1a89d84 100644 --- a/factgenie/bin/run.py +++ b/factgenie/bin/run.py @@ -34,7 +34,6 @@ def list_downloadable(app): print(f"{dataset_id} - downloaded: {dataset_info['downloaded']}") - def list_outputs(app): """List all available outputs.""" from factgenie.workflows import get_model_outputs_overview diff --git a/setup.py b/setup.py index ed3738b..d5fce94 100644 --- a/setup.py +++ b/setup.py @@ -86,5 +86,5 @@ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed", - ] + ], )