Skip to content

fix: preserve None tuple components in the left and right liftings of ternary expressions #2625

fix: preserve None tuple components in the left and right liftings of ternary expressions

fix: preserve None tuple components in the left and right liftings of ternary expressions #2625

Triggered via pull request September 8, 2023 04:14
Status Failure
Total duration 2m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pylint.yml

on: pull_request
Lint Code Base
2m 4s
Lint Code Base
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Lint Code Base: tests/unit/slithir/test_ternary_expressions.py#L7
W0404: Reimport 'Assignment' (imported line 5) (reimported)
Lint Code Base: tests/unit/slithir/test_ternary_expressions.py#L7
W0404: Reimport 'Unpack' (imported line 4) (reimported)
Lint Code Base: tests/unit/slithir/test_ternary_expressions.py#L8
W0404: Reimport 'AssignmentOperation' (imported line 6) (reimported)
Lint Code Base: tests/unit/slithir/test_ternary_expressions.py#L8
W0404: Reimport 'TupleExpression' (imported line 6) (reimported)