Skip to content

Commit

Permalink
precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Feb 12, 2025
1 parent b48f409 commit 239f60d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tools/autogen_ltc_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
try:
from yaml import CSafeLoader as Loader
except ImportError:
from yaml import SafeLoader as Loader #type:ignore[assignment, misc]
from yaml import SafeLoader as Loader # type:ignore[assignment, misc]


def reindent(text, prefix=""):
return indent(dedent(text), prefix)
Expand Down

0 comments on commit 239f60d

Please sign in to comment.