You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve Python code quality and PEP 8 compliance
- Replace improper `== None` and `!= None` comparisons with `is None` and `is not None` in multiple files.
- Replace bare `except:` clauses with specific `except OSError:` in `topology_optimization.py`.
Signed-off-by: shbhmexe <[email protected]>
0 commit comments