pylance things

This commit is contained in:
2026-08-21 00:57:15 -07:00
parent 7a438b1798
commit 19bd3f1279
21 changed files with 917 additions and 906 deletions
-2
View File
@@ -10,7 +10,6 @@ License: GPL-3.0
# Built-in imports
import os
import sys
import plistlib
import subprocess
from typing import Optional, Tuple
@@ -20,7 +19,6 @@ from src.shared.shareddata import APP_NAME, PLATFORM_NAME
ELEVATION_FLAG = "--register_file_association_elevated"
def register_file_association(ext: Optional[str] = None,
prog_id: Optional[str] = None,
app_name: Optional[str] = None,