diff options
author | 2023-11-13 14:24:46 +0000 | |
---|---|---|
committer | 2023-12-06 10:31:28 +0000 | |
commit | 2eff2c7958150c5b206fd8388efdf16e726ebb1a (patch) | |
tree | aa71d0dbbbada2d8206579632f8d5d143c8be5fa /create_metricity_db.py | |
parent | Bump all deps to latest (diff) |
Lint repo with new ruff rules
Diffstat (limited to 'create_metricity_db.py')
-rw-r--r-- | create_metricity_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create_metricity_db.py b/create_metricity_db.py index 2dc3a75..af93c9f 100644 --- a/create_metricity_db.py +++ b/create_metricity_db.py @@ -30,7 +30,7 @@ async def create_db() -> None: password=parts.password, ) except asyncpg.InvalidCatalogNameError: - print("Creating metricity database.") # noqa: T201 + print("Creating metricity database.") # noqa: T201 sys_conn = await asyncpg.connect( database="template1", user=parts.username, |