Skip to content

Commit 1daa8bc

Browse files
committed
fixing errors
1 parent f81e40a commit 1daa8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/contentctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def main():
233233
"test_servers": test_servers.model_construct(**t.__dict__),
234234
"release_notes": release_notes.model_construct(**config_obj),
235235
"deploy_acs": deploy_acs.model_construct(**t.__dict__),
236-
"recognize": tyro.conf.Subcommand(),
236+
"recognize": tyro.conf.subcommand(), # type: ignore
237237
}
238238
)
239239

0 commit comments

Comments
 (0)