Skip to content

Commit 81fef2f

Browse files
committed
refactor: remove typed dict from imports
1 parent bfbfd4c commit 81fef2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import os
3030
from pathlib import Path
3131
import traceback
32-
from typing import TypedDict, Union
32+
from typing import Union
3333
import warnings
3434

3535
import numpy

0 commit comments

Comments
 (0)