gforcada/flake8-isort

generator 'Flake8Isort.sortimports_linenum_msg' raised StopIteration

Closed this issue · 4 comments

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):

Should we close this?

No, this is a different issue than what my duplicate fix from earlier.

Oh I see. Thanks for reporting btw!