Skip to content

Commit 7d4bace

Browse files
author
Kevin McDonald
committed
Ingore a mistaken pylint error
1 parent 29a1ee9 commit 7d4bace

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SoftLayer/CLI/environment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
# pylint: disable=too-many-instance-attributes, invalid-name, no-self-use
1818

19+
# Calling pkg_resources.iter_entry_points shows a false-positive
20+
# pylint: disable=no-member
21+
1922

2023
class Environment(object):
2124
"""Provides access to the current CLI environment."""

0 commit comments

Comments
 (0)