Add script for getting info about recently registered users (#10290)

This commit is contained in:
Erik Johnston 2021-07-06 13:03:16 +01:00 committed by GitHub
parent c65067d673
commit 6655ea5587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 309 additions and 153 deletions

View file

@ -111,7 +111,7 @@ def make_conn(
db_config: DatabaseConnectionConfig,
engine: BaseDatabaseEngine,
default_txn_name: str,
) -> Connection:
) -> "LoggingDatabaseConnection":
"""Make a new connection to the database and return it.
Returns: