Skip to content

Commit 0107ed7

Browse files
author
Allaoua Benchikh
committed
removed unused import
1 parent b18c651 commit 0107ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/chainlit/input_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from abc import abstractmethod
2-
from datetime import date, datetime
2+
from datetime import date
33
from typing import Any, Dict, List, Literal, Optional
44

55
from pydantic import Field

0 commit comments

Comments
 (0)