Skip to content

Commit 716c30b

Browse files
docs: Update plugin documentation [automated]
1 parent 7aee301 commit 716c30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/PLUGIN_DOC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,8 @@ class for collection of PCIe data.
823823

824824
### Model annotations and fields
825825

826-
- **pcie_cfg_space**: `typing.Dict[typing.Annotated[str, AfterValidator(func=<function validate_bdf at 0x7f378b729430>)], nodescraper.plugins.inband.pcie.pcie_data.PcieCfgSpace]`
827-
- **vf_pcie_cfg_space**: `typing.Optional[typing.Dict[typing.Annotated[str, AfterValidator(func=<function validate_bdf at 0x7f378b729430>)], nodescraper.plugins.inband.pcie.pcie_data.PcieCfgSpace]]`
826+
- **pcie_cfg_space**: `typing.Dict[typing.Annotated[str, AfterValidator(func=<function validate_bdf at 0x7fea84be9430>)], nodescraper.plugins.inband.pcie.pcie_data.PcieCfgSpace]`
827+
- **vf_pcie_cfg_space**: `typing.Optional[typing.Dict[typing.Annotated[str, AfterValidator(func=<function validate_bdf at 0x7fea84be9430>)], nodescraper.plugins.inband.pcie.pcie_data.PcieCfgSpace]]`
828828

829829
## ProcessDataModel Model
830830

0 commit comments

Comments
 (0)