Skip to content

Commit a277e1e

Browse files
committed
Update formatting
1 parent ce69d4a commit a277e1e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

connect_box/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""A Python Client to get data from UPC Connect Boxes."""
2+
23
import asyncio
34
from collections import OrderedDict
45
import logging

connect_box/data.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Handle Data attributes."""
2+
23
from datetime import datetime
34
from ipaddress import (
45
IPv4Address,

example.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Get the data from an UPC Connect Box."""
2+
23
import asyncio
34
from pprint import pprint
45

0 commit comments

Comments
 (0)