From dc255def58660e6b3c39fd7153968ba13394c795 Mon Sep 17 00:00:00 2001 From: shubham-html-css-js Date: Thu, 18 Jan 2024 19:45:12 +0530 Subject: [PATCH] fix black errors --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9745395..50218a1 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ "script-manage-db.py = opl.manage_db:main", "script-hbi-populate.py = opl.hbi_utils:populate_main", "script-hbi-cleanup.py = opl.hbi_utils:cleanup_main", - "shovel.py = opl.shovel:main" + "shovel.py = opl.shovel:main", ], }, )