Mariana

Results 3 comments of Mariana

I'm also having this problem. As per https://github.com/sloria/TextBlob/issues/52, I downloaded the dev version, but I'm still facing this problem. Here's a snippet from the Jupyter notebook I'm using, with the...

Something like: ``` python from src.pkg.core.application.another_pkg.yet_another_pkg.this_is_getting_long.some_file_with_a_long_name import ( Something, ) ``` Is not formatted, and when breaking it manually like: ``` python from src.pkg.core.application.another_pkg.yet_another_pkg. \ this_is_getting_long.some_file_with_a_long_name import ( Something, )...

I'll bring this up with the team, thanks.