Skip to content

Commit bce1ca1

Browse files
authored
Pub/Sub: fix ref in message signature (#1198)
1 parent 71625be commit bce1ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycsw/ogc/pubsub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from typing import Union
3535

3636

37-
def publish_message(pubsub_client, action: str, url: str,
37+
def publish_message(pubsub_client, url: str, action: str,
3838
collection: str = None, item: str = None,
3939
data: str = None) -> bool:
4040
"""

0 commit comments

Comments
 (0)