We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ae00d commit 0547ad8Copy full SHA for 0547ad8
src/saic_ismart_client_ng/api/base.py
@@ -1,8 +1,8 @@
1
from __future__ import annotations
2
3
+from dataclasses import asdict
4
import datetime
5
import logging
-from dataclasses import asdict
6
from typing import (
7
TYPE_CHECKING,
8
Any,
0 commit comments