Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 19, 2024
1 parent ce69d4a commit a277e1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions connect_box/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A Python Client to get data from UPC Connect Boxes."""

import asyncio
from collections import OrderedDict
import logging
Expand Down
1 change: 1 addition & 0 deletions connect_box/data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Handle Data attributes."""

from datetime import datetime
from ipaddress import (
IPv4Address,
Expand Down
1 change: 1 addition & 0 deletions example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Get the data from an UPC Connect Box."""

import asyncio
from pprint import pprint

Expand Down

0 comments on commit a277e1e

Please sign in to comment.