Skip to content

Commit

Permalink
test: use process instead of thread
Browse files Browse the repository at this point in the history
Signed-off-by: Yicheng-Lu-llll <[email protected]>
  • Loading branch information
Yicheng-Lu-llll committed Jul 14, 2023
1 parent 8456690 commit bab3715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/type_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import textwrap
import typing
from abc import ABC, abstractmethod
from concurrent.futures import ThreadPoolExecutor
from concurrent.futures import ProcessPoolExecutor
from functools import lru_cache
from typing import Dict, NamedTuple, Optional, Type, cast

Expand Down

0 comments on commit bab3715

Please sign in to comment.