Skip to content

Commit fb7ba4a

Browse files
Fix restyle
1 parent a365b50 commit fb7ba4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/mdns_discovery/mdns_discovery.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ async def get_service_types(self, log_output: bool = False) -> List[str]:
247247
element in the list is a string representing a unique type of service found during
248248
the discovery process.
249249
"""
250-
250+
251251
discovered_services = list(await AsyncZeroconfServiceTypes.async_find())
252-
252+
253253
if log_output:
254254
print(f"MDNS discovered service types: {discovered_services}")
255255

0 commit comments

Comments
 (0)