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