Skip to content

Commit

Permalink
doctweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 16, 2024
1 parent 61f925f commit b04aff5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 23 deletions.
4 changes: 1 addition & 3 deletions src/evohomeasync2/schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
"""evohomeasync2 - Schema for vendor's RESTful API JSON."""
"""evohomeasync2 schema - for vendor's RESTful API JSON."""

from __future__ import annotations

Expand Down
4 changes: 1 addition & 3 deletions src/evohomeasync2/schema/account.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
"""evohomeasync2 - Schema for RESTful API Account JSON."""
"""evohomeasync2 schema - for Account JSON of RESTful API."""

from __future__ import annotations

Expand Down
4 changes: 1 addition & 3 deletions src/evohomeasync2/schema/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
"""evohomeasync2 - Schema for RESTful API Config JSON."""
"""evohomeasync2 schema - for Config JSON of RESTful API."""

from __future__ import annotations

Expand Down
4 changes: 1 addition & 3 deletions src/evohomeasync2/schema/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
"""evohomeasync2 - Constants."""
"""evohomeasync2 schema - shared constants."""

import re
from enum import EnumCheck, StrEnum, verify
Expand Down
4 changes: 1 addition & 3 deletions src/evohomeasync2/schema/helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
"""evohomeasync2 - Schema for RESTful API Account JSON."""
"""evohomeasync2 schema - shared helpers."""

from __future__ import annotations

Expand Down
4 changes: 1 addition & 3 deletions src/evohomeasync2/schema/schedule.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
"""evohomeasync2 - Schema for RESTful API Account JSON."""
"""evohomeasync2 schema - for RESTful API Account JSON."""

from __future__ import annotations

Expand Down
4 changes: 1 addition & 3 deletions src/evohomeasync2/schema/status.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
"""evohomeasync2 - Schema for RESTful API Config JSON."""
"""evohomeasync2 schema - for Status JSON of RESTful API."""

from __future__ import annotations

Expand Down
3 changes: 1 addition & 2 deletions src/evohomeasync2/schema/typing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
"""evohomeasync2 schema - shared types."""

from typing import Any

Expand Down

0 comments on commit b04aff5

Please sign in to comment.