aboutsummaryrefslogtreecommitdiffstats
path: root/create_metricity_db.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-11-13 14:24:46 +0000
committerGravatar Chris Lovering <[email protected]>2023-12-06 10:31:28 +0000
commit2eff2c7958150c5b206fd8388efdf16e726ebb1a (patch)
treeaa71d0dbbbada2d8206579632f8d5d143c8be5fa /create_metricity_db.py
parentBump all deps to latest (diff)
Lint repo with new ruff rules
Diffstat (limited to 'create_metricity_db.py')
-rw-r--r--create_metricity_db.py2
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,