fix ruff issues

This commit is contained in:
Lincoln Stein
2024-04-10 15:49:27 -04:00
committed by psychedelicious
parent 579082ac10
commit dedf0c6ffa
2 changed files with 4 additions and 5 deletions

View File

@ -17,8 +17,7 @@ class MigrateCallback(Protocol):
See :class:`Migration` for an example.
"""
def __call__(self, cursor: sqlite3.Cursor) -> None:
...
def __call__(self, cursor: sqlite3.Cursor) -> None: ...
class MigrationError(RuntimeError):