PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pylint
/
extensions
/
__pycache__
/
Editing: consider_ternary_expression.cpython-311.pyc
� � h� � �n � d Z ddlmZ ddlmZ ddlmZ ddlmZ erddl m Z G d� de� � Zdd �ZdS )zGCheck for if / assign blocks that can be rewritten with if-expressions.� )�annotations)� TYPE_CHECKING)�nodes)�BaseChecker)�PyLinterc �"