helper_sent flake8 fixes
This commit is contained in:
parent
d5f541a2ab
commit
d271996ac1
|
@ -2,7 +2,5 @@
|
||||||
Insert operation into sent table
|
Insert operation into sent table
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from helper_sql import *
|
|
||||||
|
|
||||||
def insert(t):
|
def insert(t):
|
||||||
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)
|
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user