Skip to content

Commit

Permalink
Fix type_checker
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomHare committed Dec 11, 2023
1 parent 1fc8c54 commit a54f43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ def dump_manifest(contents: t.Dict, manifest_path: t.Union[Path, str]):
indent = 4

# Determine max line length preference
max_line_length: t.Optional[int]
if "max_line_length" in conf:
try:
max_line_length = int(conf.get("max_line_length"))
Expand Down

0 comments on commit a54f43f

Please sign in to comment.