Skip to content

Commit

Permalink
chore: fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Oct 1, 2023
1 parent fbe9ccc commit a831318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beet/toolchain/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def beet(
project_obj.config_path = project

if not ctx.invoked_subcommand:
if build := beet.get_command(ctx, "build"):
if build := beet.get_command(ctx, "build"): # type: ignore
ctx.invoke(build)


Expand Down

0 comments on commit a831318

Please sign in to comment.