Skip to content

Commit 0547ad8

Browse files
committed
Fix poetry errors
1 parent e4ae00d commit 0547ad8

File tree

1 file changed

+1
-1
lines changed
  • src/saic_ismart_client_ng/api

1 file changed

+1
-1
lines changed

src/saic_ismart_client_ng/api/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from __future__ import annotations
22

3+
from dataclasses import asdict
34
import datetime
45
import logging
5-
from dataclasses import asdict
66
from typing import (
77
TYPE_CHECKING,
88
Any,

0 commit comments

Comments
 (0)