correction on stats file
This commit is contained in:
parent
9e03deeadc
commit
ffee09f957
|
@ -1,6 +1,6 @@
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
from pydantic import BaseModel, Field
|
from pydantic import BaseModel, Field
|
||||||
from ..libvirt.events import Stats
|
from ..libvirt.dom.stats import Stats
|
||||||
|
|
||||||
class MemorySwap(BaseModel):
|
class MemorySwap(BaseModel):
|
||||||
swp_in:Optional[int] = Field(default=None)
|
swp_in:Optional[int] = Field(default=None)
|
||||||
|
|
Loading…
Reference in New Issue