Skip to content

Commit

Permalink
Creator, Remote VT, Track Tool (Python 3.11): remove __future__ impor…
Browse files Browse the repository at this point in the history
…t. Re #155
  • Loading branch information
josephsl committed Mar 25, 2024
1 parent a1fa9fc commit 7bb0f3b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions addon/appModules/splcreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

# Basic support for StationPlaylist Creator.

# #155 (21.03): remove __future__ import when NVDA runs under Python 3.10.
from __future__ import annotations
from typing import Any, Optional
import appModuleHandler
import addonHandler
Expand Down
2 changes: 0 additions & 2 deletions addon/appModules/splremotevt.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# Basic support for StationPlaylist Remote VT Client.
# Borrows heavily from creator as the user interface is quite similar with changes specific to VT Client.

# #155 (21.03): remove __future__ import when NVDA runs under Python 3.10.
from __future__ import annotations
from typing import Any
import addonHandler
import globalVars
Expand Down
2 changes: 0 additions & 2 deletions addon/appModules/tracktool.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# Each track is a list item with descriptions such as title, file name, intro time and so forth.
# One can press TAB to move along the controls for Track Tool.

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

0 comments on commit 7bb0f3b

Please sign in to comment.