black formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#async def m001_initial(db):
|
||||
# async def m001_initial(db):
|
||||
|
||||
# await db.execute(
|
||||
# """
|
||||
@@ -8,4 +8,4 @@
|
||||
# time TIMESTAMP NOT NULL DEFAULT (strftime('%s', 'now'))
|
||||
# );
|
||||
# """
|
||||
# )
|
||||
# )
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#from sqlite3 import Row
|
||||
#from typing import NamedTuple
|
||||
# from sqlite3 import Row
|
||||
# from typing import NamedTuple
|
||||
|
||||
|
||||
#class Example(NamedTuple):
|
||||
# class Example(NamedTuple):
|
||||
# id: str
|
||||
# wallet: str
|
||||
#
|
||||
# @classmethod
|
||||
# def from_row(cls, row: Row) -> "Example":
|
||||
# return cls(**dict(row))
|
||||
# return cls(**dict(row))
|
||||
|
||||
Reference in New Issue
Block a user