[FIX] selenium: importer Optional (NameError sur l'annotation de type)

extraire_svg_graphique_by_3d annote « -> Optional[str] » mais le module
n'importait pas Optional -> « NameError: name 'Optional' is not defined »
au chargement. Ajout de « from typing import Optional ».

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mathieu Benoit 2026-07-30 15:11:12 -04:00
parent 12d1c0c8ae
commit 06687f5f7e

View file

@ -16,6 +16,7 @@ import time
import tkinter as tk
from pathlib import Path
from tkinter import filedialog
from typing import Optional
from pykeepass import PyKeePass
from randomwordfr import RandomWordFr