Skip to content

Commit

Permalink
chore: remove unused imports; fix #99
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed May 12, 2024
1 parent adf9167 commit 78846e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spacesavers2_pdq_create_db
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ version_check()
# import required modules
import sqlite3
import textwrap
import sys
import argparse
from pathlib import Path
import pandas as pd

def main():
elog = textwrap.dedent(
Expand Down

0 comments on commit 78846e1

Please sign in to comment.