Show __str__ in UnformattedLines

This commit is contained in:
Łukasz Langa 2018-03-28 19:31:40 -07:00
parent 653aa40579
commit b901d75deb

View File

@ -44,6 +44,7 @@
.. autoclass:: black.UnformattedLines
:show-inheritance:
:members:
:special-members: __str__
:class:`Visitor`
----------------