We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bec057 commit c32595dCopy full SHA for c32595d
1 file changed
percy/snapshot.py
@@ -85,7 +85,7 @@ def fetch_percy_dom():
85
response.raise_for_status()
86
return response.text
87
88
-# pylint: disable=too-many-arguments, too-many-branches, too-many-locals, too-many-positional-arguments
+# pylint: disable=too-many-arguments, too-many-branches, too-many-locals
89
def create_region(
90
boundingBox=None,
91
elementXpath=None,
0 commit comments