Skip to content

Commit 001ade2

Browse files
committed
remove unused imports
1 parent a2efc31 commit 001ade2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decart/queue/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Literal, Optional, Callable, Union
1+
from typing import Literal, Callable, Union
22
from pydantic import BaseModel
33

44

0 commit comments

Comments
 (0)