fix linting error from the 1.61.1 main -> develop merge

This commit is contained in:
Andrew Morgan 2022-06-28 16:47:04 +01:00
parent 6cba6a51af
commit bc9b0912cc

View File

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