generator 'Flake8Isort.sortimports_linenum_msg' raised StopIteration
Closed this issue · 4 comments
jleclanche commented
I get this deprecation warning when running with warnings on:
flake8_isort.py:78: DeprecationWarning: generator 'Flake8Isort.sortimports_linenum_msg' raised StopIteration
for line_num, message in self.sortimports_linenum_msg(sort_result):
gforcada commented
Should we close this?
jleclanche commented
No, this is a different issue than what my duplicate fix from earlier.
gforcada commented
Oh I see. Thanks for reporting btw!
jleclanche commented