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
[BugFix] Remove unnecessary eval() calls in script_parser.py (#7403)
* [BugFix] Remove unnecessary eval() calls in script_parser.py
Replace eval() with direct dict access and slice() construction.
Follows the same pattern as #7390 which removed eval() from utils.py.
No behavior change - all replacements are equivalent to the eval'd
expressions.
* style: format script_parser with black
---------
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
0 commit comments