mne-qt-browser
mne-qt-browser copied to clipboard
Fix indentation error in OpenGL import statement
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.
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