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?

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to