MagicStack / immutables

A high-performance immutable mapping type for Python.
Other
1.14k stars 57 forks source link

Fix indentation in setup.py #106

Closed eltoder closed 1 year ago

eltoder commented 1 year ago

Fixes flake8 complaints:

./setup.py:27:29: E261 at least two spaces before inline comment
./setup.py:29:6: E111 indentation is not a multiple of 4
./setup.py:29:6: E117 over-indented
elprans commented 1 year ago

Thanks!