# type: a

Hongyi Zhao hongyi.zhao at gmail.com
Sun Sep 15 10:45:13 EDT 2019


Hi,

In pycharm, when I commented out the following line:

# type: a

The pycharm still told me that: 

Unresolved reference 'a'

Till I commented like the following, the warning will disappear:

# type: # a


Why?




More information about the Python-list mailing list