This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Description
Running atom-python-isort successfully leaves behind a "isort: ✓" status bar item, which provides no additional information to the user once isort has run.
Since the status bar is generally used for important, persistent information (such as filename, language, interpreter, etc) I recommend that the status bar icon be removed entirely, and that errors only be displayed using the more canonical 'atom.notifications'.
As with #34, I'd be happy to update the package if nobody else is interested.