Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 29, 2024
1 parent e848d75 commit b2ce0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astpretty.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class state:
indent = _indent

@contextlib.contextmanager
def indented() -> Generator[None, None, None]:
def indented() -> Generator[None]:
state.indent += 1
yield
state.indent -= 1
Expand Down

0 comments on commit b2ce0f6

Please sign in to comment.