возврат переноса

This commit is contained in:
sergiomarotco 2024-08-28 22:49:02 +03:00
parent c28c96f7fd
commit 4a6a2034a9

View File

@ -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()