Skip to content

Commit eba8aea

Browse files
committed
fix CI, put mypy into pre-commit
1 parent c7c7018 commit eba8aea

2 files changed

+1
-67
lines changed

scripts/migrate_edgedb_to_postgres_i_ve_had_enough.py

-66
This file was deleted.

scripts/migrate_postgres_to_sqlite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from pathlib import Path
55

6-
import asyncpg
6+
import asyncpg # type: ignore
77

88

99
async def main() -> None:

0 commit comments

Comments
 (0)