Skip to content

Commit 950acb9

Browse files
🚨 auto fix by pre-commit hooks
1 parent ee75179 commit 950acb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nonebot_plugin_orm/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def orm(ctx: click.Context, config: Path, name: str, **_) -> None:
6969

7070

7171
def update_cmd_opts(
72-
f: Callable[Concatenate[AlembicConfig, _P], _R]
72+
f: Callable[Concatenate[AlembicConfig, _P], _R],
7373
) -> Callable[_P, _R]:
7474
@wraps(f)
7575
@click.pass_context

0 commit comments

Comments
 (0)