Skip to content

Commit ee639f3

Browse files
committed
Lint
1 parent af1c275 commit ee639f3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cuenca/resources/terms_of_service.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import datetime as dt
2-
from typing import ClassVar
2+
from typing import ClassVar, Optional
33

44
from cuenca_validations.types import TermsOfService as TermsOfServiceEnum
55

66
from .base import Queryable, Retrievable
7-
from typing import Optional
87

98

109
class TermsOfService(Retrievable, Queryable):

0 commit comments

Comments
 (0)