Skip to content

Commit e2fd487

Browse files
committed
import optional
1 parent 61b898b commit e2fd487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/package/services/service.py.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from ..service import Service
2-
from typing import List, Dict, Any
2+
from typing import List, Dict, Any, Optional
33
from ..exception import AppwriteException
44
from appwrite.utils.deprecated import deprecated
55
{% set added = [] %}

0 commit comments

Comments
 (0)