Skip to content

Conversation

@ojasshelke
Copy link

The import statement on line 476 had 16 spaces instead of 12, causing incorrect indentation within the try block. This fixes the indentation to align properly with Python syntax standards.

Reference issue

Example: Fixes #1234.

What does this implement/fix?

Explain your changes.

Additional information

Any additional information you think is important.

The import statement on line 476 had 16 spaces instead of 12,
causing incorrect indentation within the try block. This fixes
the indentation to align properly with Python syntax standards.
@larsoner
Copy link
Member

I think the indentation on main is correct... see for example pre-commit.ci complaining about this change. Contents of try blocks should be indented more than the try itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants