Closed arembridge closed 1 year ago
https://github.com/Instagram/Fixit/blob/cf302f483edd285fcedfbdf6443f8b8bdd2d5006/docs/guide/quickstart.rst?plain=1#L164
I tried following the quickstart docs but the code has an error
if name.value in ('"Paul"', "'Paul'"):
should be
if node.value in ('"Paul"', "'Paul'"):
https://github.com/Instagram/Fixit/blob/cf302f483edd285fcedfbdf6443f8b8bdd2d5006/docs/guide/quickstart.rst?plain=1#L164
I tried following the quickstart docs but the code has an error
should be