Skip to content

Commit

Permalink
Remove mysql.connector since its not being accessed
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsage1 committed Oct 23, 2024
1 parent 29a2dd8 commit 5948a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/openchallenges/edam-etl/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Optional
import mariadb
import sys
import mysql.connector
from sqlalchemy import create_engine

# Get config from the environment variables
Expand Down

0 comments on commit 5948a00

Please sign in to comment.