[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:
parent
12d1c0c8ae
commit
06687f5f7e
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ import time
|
||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from tkinter import filedialog
|
from tkinter import filedialog
|
||||||
|
from typing import Optional
|
||||||
|
|
||||||
from pykeepass import PyKeePass
|
from pykeepass import PyKeePass
|
||||||
from randomwordfr import RandomWordFr
|
from randomwordfr import RandomWordFr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue