Skip to content

Commit 0c6fcc4

Browse files
committed
Remove unneeded __future__ annotations import
Python 3.14 supports X | Y union syntax natively (PEP 604), so the lazy annotation evaluation from PEP 563 is no longer required.
1 parent 18b0e10 commit 0c6fcc4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/optimize_image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
python scripts/optimize_image.py --quality 85 --max-width 1600 image.png
1111
"""
1212

13-
from __future__ import annotations
14-
1513
import argparse
1614
import sys
1715

0 commit comments

Comments
 (0)