added normalize import

This commit is contained in:
Itxaso Aizpurua 2022-10-08 00:31:35 +02:00
parent 2498175ac0
commit 36a4bae2d3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from typing import List
from typing import Mapping
from typing import Optional
from typing import Sequence
from unicodedata import normalize
import _pytest._code
from _pytest import outcomes