Skip to content

Commit

Permalink
Ignore mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Dec 19, 2024
1 parent debf057 commit 899b2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseplate/frameworks/thrift/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def finalize_options(self) -> None:
self.set_undefined_options("build", ("build_base", "build_base"))

def run(self) -> None:
if self.dry_run:
if self.dry_run: # type: ignore
return

temp_dir = os.path.join(self.build_base, "thrift") # type: ignore
Expand Down

0 comments on commit 899b2ad

Please sign in to comment.