diff --git a/src/helper_sent.py b/src/helper_sent.py index 6b73c8c5..75682fa9 100644 --- a/src/helper_sent.py +++ b/src/helper_sent.py @@ -2,7 +2,5 @@ Insert operation into sent table """ -from helper_sql import * - def insert(t): sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)