./tests/test_mdp02.py:10:1: I101 Imported names are in the wrong order. Should be broker, echo, InvalidCommand, Majordomo02Broker, Majordomo02Client, Majordomo02Worker, Reconnect, tunnel, worker
I actually copy-pasted the names in the message to make sure they're in the same order as the message says they should be, but I still get the error.
I reorderd them using M-x sort-lines in Emacs, which gave this result and the error no longer appears:
According to issue #40, it seems this is indeed the correct order. However, it's quite annoying that the error message suggests the incorrect order :-)
With version 0.6.1, I get error I101:
Here is the error message:
I actually copy-pasted the names in the message to make sure they're in the same order as the message says they should be, but I still get the error.
I reorderd them using
M-x sort-lines
in Emacs, which gave this result and the error no longer appears:According to issue #40, it seems this is indeed the correct order. However, it's quite annoying that the error message suggests the incorrect order :-)