fix linting error from the 1.61.1 main -> develop merge

pull/13129/head
Andrew Morgan 2022-06-28 16:47:04 +01:00
parent 6cba6a51af
commit bc9b0912cc
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ from typing import (
Dict, Dict,
Generator, Generator,
Iterable, Iterable,
List, Optional, List,
Optional,
Set, Set,
Union, Union,
) )