Skip to content
Snippets Groups Projects
Commit 218eec69 authored by vlorentz's avatar vlorentz
Browse files

statsd: Make arguments keyword-only

We don't use positional arguments anywhere, except in the one
place where we accidentally passed namespace as host:
swh/devel/swh-journal!260
parent 5cb103a2
No related branches found
No related tags found
1 merge request!345statsd: Make arguments keyword-only
Pipeline #1420 passed
......@@ -193,6 +193,7 @@ class Statsd(object):
def __init__(
self,
*,
host=None,
port=None,
max_buffer_size=50,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment