Skip to content

Commit d57af42

Browse files
fix: jedi typing incorrect
1 parent e15750e commit d57af42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tidy3d/web/core/http_util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
import os
77
from enum import Enum
88
from functools import wraps
9-
from typing import Any, Optional, TypeAlias
9+
from typing import Any, Callable, Optional, TypeAlias
1010

1111
import requests
12-
from jedi.inference.gradual.typing import Callable
1312
from requests.adapters import HTTPAdapter
1413
from urllib3.util.ssl_ import create_urllib3_context
1514

0 commit comments

Comments
 (0)