Skip to content

Commit

Permalink
Fix pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 3, 2023
1 parent e6e3eef commit 82c4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adguardhome/adguardhome.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
self.safesearch = AdGuardHomeSafeSearch(self)
self.stats = AdGuardHomeStats(self)

# pylint: disable=too-many-arguments
# pylint: disable=too-many-arguments, too-many-locals
async def request(
self,
uri: str,
Expand Down

0 comments on commit 82c4eb6

Please sign in to comment.