Skip to content

Commit 0d3127d

Browse files
committed
Add PyLint ignore
1 parent a624e5a commit 0d3127d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudflare/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from requests import request, HTTPError
99

1010

11+
# pylint: disable=R0903
1112
class CloudFlare:
1213
"""
1314
Class representing the CloudFlare API.

0 commit comments

Comments
 (0)