mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
remove unused imports
This commit is contained in:
parent
8c59bb2f31
commit
58e47ae584
2 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
from dataclasses import dataclass, field
|
from dataclasses import dataclass
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
from alt_utils import NestedDeserializableDataclass
|
from alt_utils import NestedDeserializableDataclass
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
from alt_utils import NestedDeserializableDataclass
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class UPSCheckConfig:
|
class UPSCheckConfig:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue