Skip to content

Commit

Permalink
Add 'noqa: C901' to emulator constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
QADavidCalvo committed May 16, 2024
1 parent cf68c30 commit 9438deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kebbie/emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def __init__(
port: str = "4723",
ios_name: str = None,
ios_platform: str = None,
):
): # noqa: C901
super().__init__()

self.platform = platform.lower()
Expand Down

0 comments on commit 9438deb

Please sign in to comment.