We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1c275 commit ee639f3Copy full SHA for ee639f3
1 file changed
cuenca/resources/terms_of_service.py
@@ -1,10 +1,9 @@
1
import datetime as dt
2
-from typing import ClassVar
+from typing import ClassVar, Optional
3
4
from cuenca_validations.types import TermsOfService as TermsOfServiceEnum
5
6
from .base import Queryable, Retrievable
7
-from typing import Optional
8
9
10
class TermsOfService(Retrievable, Queryable):
0 commit comments