Fix some easy type errors (#1502)

pull/1503/head
Shantanu 3 years ago committed by GitHub
parent c6142ef83b
commit 98ac815e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@ from enum import Enum
from typing import Any
from typing import Dict
from typing import Set
from typing import Union
import gdb

@ -10,6 +10,7 @@ from collections.abc import Hashable
from typing import Any
from typing import Callable
from typing import Dict
from typing import List
debug = False

Loading…
Cancel
Save