Skip to content

Commit

Permalink
Encoders (Python 3.11): remove __future__ import. Re #155
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsl committed Mar 30, 2024
1 parent fa73085 commit 1147e91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addon/appModules/splengine/encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Copyright 2015-2024 Joseph Lee, released under GPL.
# Split from main global plugin in 2015, transferred to SPL Engine app module in 2020.

# #155 (21.03): remove __future__ import when NVDA runs under Python 3.10.
from __future__ import annotations
from typing import Optional
import threading
import time
Expand Down

0 comments on commit 1147e91

Please sign in to comment.