kopia lustrzana https://github.com/bugout-dev/moonstream
black formatting
rodzic
45d7d32ad5
commit
0f0537b71b
|
@ -108,7 +108,6 @@ def current_owners(conn: sqlite3.Connection) -> None:
|
|||
logger.error(e)
|
||||
|
||||
|
||||
|
||||
def current_market_values(conn: sqlite3.Connection) -> None:
|
||||
"""
|
||||
Requires a connection to a dataset in which the raw data (esp. transfers) has already been
|
||||
|
@ -457,6 +456,7 @@ def transfer_holding_times(conn: sqlite3.Connection):
|
|||
logger.error("Could not create derived dataset: transfer_holding_times")
|
||||
logger.error(e)
|
||||
|
||||
|
||||
def ownership_transitions(conn: sqlite3.Connection) -> None:
|
||||
"""
|
||||
Derives a table called ownership_transitions which counts the number of transitions in ownership
|
||||
|
|
Ładowanie…
Reference in New Issue