Black and fix version.

pull/657/head
Andrey 2022-08-25 20:17:30 +03:00
rodzic 3ed4d3bb74
commit 004f662bbb
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -39,7 +39,9 @@ except:
)
def create_moonstream_engine(url: str, pool_size: int, statement_timeout: int, pool_pre_ping: bool = False):
def create_moonstream_engine(
url: str, pool_size: int, statement_timeout: int, pool_pre_ping: bool = False
):
# Pooling: https://docs.sqlalchemy.org/en/14/core/pooling.html#sqlalchemy.pool.QueuePool
# Statement timeout: https://stackoverflow.com/a/44936982
return create_engine(

Wyświetl plik

@ -2,4 +2,4 @@
Moonstream database version.
"""
MOONSTREAMDB_VERSION = "0.3.1"
MOONSTREAMDB_VERSION = "0.3.2"