Skip to content

Commit

Permalink
Fix 3.9 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Jul 19, 2024
1 parent 8792bac commit 38ec82c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

"""BLE Controller Interface Definition."""

from __future__ import annotations

import logging
from abc import ABC, abstractmethod
from typing import Callable, Generic, Optional, Pattern, TypeVar
Expand Down

0 comments on commit 38ec82c

Please sign in to comment.