Skip to content

Commit 238b2c2

Browse files
committed
move __future__ import back
1 parent e4e80ec commit 238b2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_fancyled/adafruit_fancyled.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
1414
* Author(s): PaintYourDragon
1515
"""
16+
from __future__ import annotations
1617

1718
__version__ = "0.0.0+auto.0"
1819
__repo__ = "https://github.com/Adafruit/Adafruit_CircuitPython_FancyLED.git"
@@ -21,7 +22,6 @@
2122
from math import floor
2223

2324
try:
24-
from __future__ import annotations
2525
from typing import Tuple, Union, Optional, List, Any
2626
from circuitpython_typing.led import FillBasedColorUnion
2727
except ImportError:

0 commit comments

Comments
 (0)