From 4a6a2034a94ce3f8f9c91e64117b3be30b44ef63 Mon Sep 17 00:00:00 2001 From: sergiomarotco Date: Wed, 28 Aug 2024 22:49:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=82=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/convert_database_to_other_formats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/convert_database_to_other_formats.py b/scripts/convert_database_to_other_formats.py index 720db6e..a438863 100644 --- a/scripts/convert_database_to_other_formats.py +++ b/scripts/convert_database_to_other_formats.py @@ -12,7 +12,6 @@ JSON_OUTFILE_PATH = Path("data/json/toxic-repos.json") CSV_OUTFILE_PATH = Path("data/csv/toxic-repos.csv") - def main() -> None: connection = sqlite3.connect(DATABASE_PATH) cursor = connection.cursor()