Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Mar 4, 2024
1 parent b9a13c5 commit 14de8b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions improv_ble_client/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Exceptions."""

from __future__ import annotations

from typing import TYPE_CHECKING
Expand Down
1 change: 1 addition & 0 deletions improv_ble_client/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Models."""

from __future__ import annotations

from enum import Enum, auto
Expand Down
1 change: 1 addition & 0 deletions improv_ble_client/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility functions."""

from __future__ import annotations

import contextlib
Expand Down

0 comments on commit 14de8b9

Please sign in to comment.