Skip to content

Commit 72764d5

Browse files
committed
Suppress too-many-instance-attributes lint for ExperimentalApi
Adding the priming_groups_api attribute pushed the class to 8/7.
1 parent 26d135a commit 72764d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/groundlight/experimental_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
from .client import DEFAULT_REQUEST_TIMEOUT, Groundlight, GroundlightClientError, logger
5757

5858

59-
class ExperimentalApi(Groundlight): # pylint: disable=too-many-public-methods
59+
class ExperimentalApi(Groundlight): # pylint: disable=too-many-public-methods,too-many-instance-attributes
6060
def __init__(
6161
self,
6262
endpoint: Union[str, None] = None,

0 commit comments

Comments
 (0)