Skip to content

Commit a6e1834

Browse files
committed
Fix pylint error
1 parent 9a04e9a commit a6e1834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meilisearch/models/task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from typing import Any, Dict, Optional
24

35
from camel_converter.pydantic_base import CamelBase

0 commit comments

Comments
 (0)