Skip to content

Commit 3dc0ddd

Browse files
alallemasanders41
andauthored
Modify import LIst to Tuple
Co-authored-by: Paul Sanders <[email protected]>
1 parent b56a225 commit 3dc0ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from typing import List, Optional
3+
from typing import Optional, Tuple
44

55

66
class Config:

0 commit comments

Comments
 (0)