Skip to content

Commit

Permalink
Fix restlye for mdns class
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Feb 7, 2024
1 parent 9d566d0 commit dfd560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/mdns_discovery/mdns_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class DummyServiceListener(ServiceListener):
"""
A service listener required for the TXT record data to get populated and come back
"""

def add_service(self, zeroconf: Zeroconf, service_type: str, name: str) -> None:
pass

Expand Down

0 comments on commit dfd560e

Please sign in to comment.