Skip to content

fix: replace 1 bare except clause with except Exception#3633

Closed
haosenwang1018 wants to merge 1 commit intoplotly:devfrom
haosenwang1018:fix/bare-excepts
Closed

fix: replace 1 bare except clause with except Exception#3633
haosenwang1018 wants to merge 1 commit intoplotly:devfrom
haosenwang1018:fix/bare-excepts

Conversation

@haosenwang1018
Copy link

Replace bare except: clauses with except Exception: for PEP 8 compliance.

@emilykl
Copy link
Contributor

emilykl commented Mar 4, 2026

On its own this is a pretty small change and has no effect since it's only in the tests, we'd prefer to look at our use of except across the whole codebase.

@emilykl emilykl closed this Mar 4, 2026
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