From d271996ac14c7b7097b4cbb395166aeb6477df11 Mon Sep 17 00:00:00 2001 From: lakshyacis Date: Wed, 9 Oct 2019 18:53:36 +0530 Subject: [PATCH] helper_sent flake8 fixes --- src/helper_sent.py | 2 -- 1 file changed, 2 deletions(-) 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)