Update imply_gate.py #9875
Annotations
10 errors
Ruff:
boolean_algebra/imply_gate.py#L1
boolean_algebra/imply_gate.py:1:7: SyntaxError: Simple statements must be separated by newlines or semicolons
|
Ruff (E703):
boolean_algebra/imply_gate.py#L1
boolean_algebra/imply_gate.py:1:51: E703 Statement ends with an unnecessary semicolon
|
Ruff:
boolean_algebra/imply_gate.py#L2
boolean_algebra/imply_gate.py:2:7: SyntaxError: Simple statements must be separated by newlines or semicolons
|
Ruff (E703):
boolean_algebra/imply_gate.py#L2
boolean_algebra/imply_gate.py:2:36: E703 Statement ends with an unnecessary semicolon
|
Ruff:
boolean_algebra/imply_gate.py#L3
boolean_algebra/imply_gate.py:3:7: SyntaxError: Simple statements must be separated by newlines or semicolons
|
Ruff (E703):
boolean_algebra/imply_gate.py#L3
boolean_algebra/imply_gate.py:3:33: E703 Statement ends with an unnecessary semicolon
|
Ruff:
boolean_algebra/imply_gate.py#L5
boolean_algebra/imply_gate.py:5:1: SyntaxError: Expected a statement
|
Ruff:
boolean_algebra/imply_gate.py#L5
boolean_algebra/imply_gate.py:5:9: SyntaxError: Simple statements must be separated by newlines or semicolons
|
Ruff:
boolean_algebra/imply_gate.py#L5
boolean_algebra/imply_gate.py:5:21: SyntaxError: Simple statements must be separated by newlines or semicolons
|
Ruff:
boolean_algebra/imply_gate.py#L5
boolean_algebra/imply_gate.py:5:31: SyntaxError: Simple statements must be separated by newlines or semicolons
|