tommikaikkonen / prettyprinter

Syntax-highlighting, declarative and composable pretty printer for Python 3.5+
https://prettyprinter.readthedocs.io
MIT License
336 stars 20 forks source link

Added pretty print for filepointer (open('file','mode')) #20

Closed ghost closed 6 years ago

ghost commented 6 years ago

I have added support for file pointers obtained through (open('path','mode'))

The change at line 47 is autopep8 accident.