Skip to content

Commit c32595d

Browse files
fixing lint
1 parent 0bec057 commit c32595d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

percy/snapshot.py

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

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

0 commit comments

Comments
 (0)