Skip to content

Commit e42d9e3

Browse files
committed
Cleanup
1 parent bc949b8 commit e42d9e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

temporalio/contrib/pydantic.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
"""
1313

1414
import inspect
15-
from typing import (
16-
Any,
17-
Type,
18-
)
15+
from typing import Any, Type
1916

2017
import pydantic
2118

0 commit comments

Comments
 (0)