Skip to content

Commit 6595916

Browse files
fixing lint
1 parent 4241fd7 commit 6595916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

percy/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def fetch_percy_dom():
8686
response.raise_for_status()
8787
return response.text
8888

89-
# pylint: disable=too-many-arguments, too-many-branches, too-many-locals, too-many-positional-arguments
89+
# pylint: disable=too-many-arguments, too-many-branches, too-many-locals
9090
def create_region(
9191
boundingBox=None,
9292
elementXpath=None,

0 commit comments

Comments
 (0)