Skip to content

Commit bc5a60e

Browse files
committed
lint
1 parent e8a92b7 commit bc5a60e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cuenca/resources/platforms.py

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

4-
from pydantic import BaseModel
4+
from cuenca_validations.types import PlatformRequest
55

66
from ..http import Session, session as global_session
77
from .base import Creatable
8-
from cuenca_validations.types import PlatformRequest
98

109

1110
class Platform(Creatable):

0 commit comments

Comments
 (0)