Skip to content

Commit 9b0df42

Browse files
committed
Replace imports
1 parent e78ddc9 commit 9b0df42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/worker/test_workflow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
import typing
1616
import uuid
1717
from abc import ABC, abstractmethod
18+
from contextlib import contextmanager
1819
from dataclasses import dataclass
1920
from datetime import datetime, timedelta, timezone
2021
from enum import IntEnum
2122
from functools import partial
2223
from typing import (
2324
Any,
2425
Awaitable,
26+
Callable,
2527
Dict,
2628
List,
2729
Mapping,

0 commit comments

Comments
 (0)