black formatting

pull/286/head
Neeraj Kashyap 2021-10-08 07:07:27 -07:00
rodzic 45d7d32ad5
commit 0f0537b71b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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