Skip to content

Commit

Permalink
move __future__ import back
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Apr 28, 2023
1 parent e4e80ec commit 238b2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_fancyled/adafruit_fancyled.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Author(s): PaintYourDragon
"""
from __future__ import annotations

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

try:
from __future__ import annotations
from typing import Tuple, Union, Optional, List, Any
from circuitpython_typing.led import FillBasedColorUnion
except ImportError:
Expand Down

0 comments on commit 238b2c2

Please sign in to comment.