From faed8a62dcf7e33949fdc88d79fd574e36cd64d5 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sun, 22 Oct 2023 15:34:58 -0400 Subject: [PATCH] cleanup --- python_sql/lessons/connect.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/python_sql/lessons/connect.md b/python_sql/lessons/connect.md index 7fe7ec7..56b5114 100644 --- a/python_sql/lessons/connect.md +++ b/python_sql/lessons/connect.md @@ -8,8 +8,6 @@ 1. Running Queries with Python 1. Migrating data to a SQLite 1. Exporting data to CSV -1. Create an API with Flask -1. Create a web UI to customize automation ## Install a Python virtual environment