Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG committed Mar 8, 2025
1 parent 447e9c5 commit 96705d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion reolink_aio/baichuan/baichuan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Reolink Baichuan API """
"""Reolink Baichuan API"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion reolink_aio/baichuan/tcp_protocol.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" TCP protocol and transport for the Reolink Baichuan API """
"""TCP protocol and transport for the Reolink Baichuan API"""

import logging
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion reolink_aio/baichuan/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Reolink Baichuan constants and utility functions """
"""Reolink Baichuan constants and utility functions"""

from enum import Enum
from hashlib import md5
Expand Down
2 changes: 1 addition & 1 deletion reolink_aio/enums.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Enums for reolink features """
"""Enums for reolink features"""

from enum import Enum

Expand Down
2 changes: 1 addition & 1 deletion reolink_aio/typings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Typings for type validation and documentation """
"""Typings for type validation and documentation"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion reolink_aio/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Utility functions for Reolink """
"""Utility functions for Reolink"""

from __future__ import annotations

Expand Down

0 comments on commit 96705d0

Please sign in to comment.