prettier/plugin-python

Removes list index operator

joscha opened this issue · 0 comments

-  main(sys.argv[1:])
+  main(sys.argv[1])