Skip to content

Commit fb8d141

Browse files
committed
Minor fixes
1 parent f312503 commit fb8d141

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""A PH-803W device value collector."""
12
import threading
23
import socket
34
import logging

lib/discovery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""A PH-803W device discovery client."""
12
import socket
23
import asyncio
34
import logging

0 commit comments

Comments
 (0)