Skip to content

Commit

Permalink
minor reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 authored and lunkwill42 committed Sep 4, 2023
1 parent c6a7c47 commit c4376c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/nav/ipdevpoll/plugins/paloaltoarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ def creatorForNetloc(self, hostname, port):
response = yield agent.request(

Check warning on line 145 in python/nav/ipdevpoll/plugins/paloaltoarp.py

View check run for this annotation

Codecov / codecov/patch

python/nav/ipdevpoll/plugins/paloaltoarp.py#L144-L145

Added lines #L144 - L145 were not covered by tests
b'GET',
url.encode('utf-8'),
Headers({'User-Agent': [f'NAV/PaloaltoArp; version {buildconf.VERSION}']}),
Headers(
{'User-Agent': [f'NAV/PaloaltoArp; version {buildconf.VERSION}']}
),
None,
)
except:
Expand Down

0 comments on commit c4376c4

Please sign in to comment.