File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scaleway/scaleway/mongodb Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33from datetime import datetime , timezone
44from typing import Any , Optional
55
6- from scaleway .scaleway . mongodb .v1 .api import MongodbV1API # type: ignore[import-untyped]
6+ from scaleway .mongodb .v1 .api import MongodbV1API # type: ignore[import-untyped]
77
88
99def _ensure_tzaware_utc (value : Optional [datetime ]) -> Optional [datetime ]:
Original file line number Diff line number Diff line change 33from datetime import datetime , timezone
44from typing import Any , Optional
55
6- from scaleway .scaleway . mongodb .v1alpha1 .api import MongodbV1Alpha1API # type: ignore[import-untyped]
6+ from scaleway .mongodb .v1alpha1 .api import MongodbV1Alpha1API # type: ignore[import-untyped]
77
88
99def _ensure_tzaware_utc (value : Optional [datetime ]) -> Optional [datetime ]:
You can’t perform that action at this time.
0 commit comments