Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NodeSet: a few minor code fixes (#520)
From pylint: NodeSet.py:63:0: C0413: Import "from ClusterShell.Defaults import config_paths, DEFAULTS" should be placed at the top of the module (wrong-import-position) NodeSet.py:68:0: W0611: Unused RangeSetException imported from ClusterShell.RangeSet (unused-import) NodeSet.py:69:0: W0611: Unused RangeSetPaddingError imported from ClusterShell.RangeSet (unused-import)
- Loading branch information