Skip to content

Commit a37c934

Browse files
committed
Refactor state.py to remove unused List import
- Removed the unused List import from the state.py file to clean up the code and improve readability. This change helps maintain a more efficient and organized codebase.
1 parent 9d002c9 commit a37c934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

state-manager/app/models/db/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pydantic import Field
55
from beanie import Insert, PydanticObjectId, Replace, Save, before_event
66
from pymongo.results import InsertManyResult
7-
from typing import Any, Optional, List
7+
from typing import Any, Optional
88
import hashlib
99
import json
1010

0 commit comments

Comments
 (0)