helper_sent flake8 fixes

This commit is contained in:
lakshyacis 2019-10-09 18:53:36 +05:30
parent d5f541a2ab
commit d271996ac1
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,5 @@
Insert operation into sent table
"""
from helper_sql import *
def insert(t):
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)