Skip to content

Commit

Permalink
Merge pull request #30 from opsmill/wvd-20241031-bump-sdk-1.0.0
Browse files Browse the repository at this point in the history
Update to infrahub-sdk v1.0.0
  • Loading branch information
wvandeun authored Nov 4, 2024
2 parents bb58c34 + 00de962 commit e1de969
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 343 deletions.
4 changes: 3 additions & 1 deletion nornir_infrahub/plugins/inventory/infrahub.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
from typing import Any, Callable, Dict, List, Optional, Set, Type, Union

import ruamel.yaml
from infrahub_sdk import Config, InfrahubClientSync, InfrahubNodeSync, NodeSchema
from infrahub_sdk import Config, InfrahubClientSync
from infrahub_sdk.node import InfrahubNodeSync
from infrahub_sdk.schema import NodeSchema
from nornir.core.inventory import (
ConnectionOptions,
Defaults,
Expand Down
Loading

0 comments on commit e1de969

Please sign in to comment.