Skip to content

Commit ca87112

Browse files
committed
Add __future__ import
1 parent cc3ff6f commit ca87112

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_ble/services/standard/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
99
"""
1010

11+
from __future__ import annotations
12+
1113
import time
1214

1315
from .. import Service

0 commit comments

Comments
 (0)