Example code: ``` from typing import List raw_name: List[str] = ['1', '2'] ``` gives E701 and E901
Example code:
gives E701 and E901