Skip to content

Commit 6707256

Browse files
committed
Update formatting
1 parent 25f8df9 commit 6707256

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

pymystrom/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Base details for the myStrom Python bindings."""
2+
23
import asyncio
34
import socket
45
from typing import Any, Mapping, Optional

pymystrom/bulb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Support for communicating with myStrom bulbs."""
2+
23
import asyncio
34
import logging
45
from typing import Optional

pymystrom/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Command-line tool for working with myStrom devices."""
2+
23
import click
34
import requests
45
import asyncio

pymystrom/discovery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Support for discovering myStrom devices."""
2+
23
import asyncio
34
import logging
45
from typing import List, Optional

pymystrom/pir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Support for communicating with myStrom PIRs."""
2+
23
from typing import Any, Dict, Iterable, List, Optional, Union
34

45
import aiohttp

pymystrom/switch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Support for communicating with myStrom plugs/switches."""
2+
23
from typing import Optional, Union
34

45
import aiohttp

0 commit comments

Comments
 (0)