helper_sent flake8 fixes

v0.6
lakshyacis 4 years ago
parent d5f541a2ab
commit d271996ac1
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB

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

Loading…
Cancel
Save