Skip to content

Commit 9dd4c3f

Browse files
committed
some more cleanup
1 parent 571d14e commit 9dd4c3f

File tree

15 files changed

+40
-359
lines changed

15 files changed

+40
-359
lines changed

examples/device42_to_infrahub/genericrestapi/sync_models.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
from __future__ import annotations
22

3-
from typing import Any, List
3+
from typing import Any
44

55
from infrahub_sync.adapters.genericrestapi import GenericrestapiModel
66

7+
78
# -------------------------------------------------------
89
# AUTO-GENERATED FILE, DO NOT MODIFY
910
# This file has been generated with the command `infrahub-sync generate`
@@ -18,6 +19,7 @@ class BuiltinTag(GenericrestapiModel):
1819
local_id: str | None = None
1920
local_data: Any | None = None
2021

22+
2123
class LocationSite(GenericrestapiModel):
2224
_modelname = "LocationSite"
2325
_identifiers = ("name",)
@@ -28,6 +30,7 @@ class LocationSite(GenericrestapiModel):
2830
local_id: str | None = None
2931
local_data: Any | None = None
3032

33+
3134
class OrganizationTenant(GenericrestapiModel):
3235
_modelname = "OrganizationTenant"
3336
_identifiers = ("name",)

examples/device42_to_infrahub/infrahub/sync_models.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
from __future__ import annotations
22

3-
from typing import Any, List
3+
from typing import Any
44

55
from infrahub_sync.adapters.infrahub import InfrahubModel
66

7+
78
# -------------------------------------------------------
89
# AUTO-GENERATED FILE, DO NOT MODIFY
910
# This file has been generated with the command `infrahub-sync generate`
@@ -18,6 +19,7 @@ class BuiltinTag(InfrahubModel):
1819
local_id: str | None = None
1920
local_data: Any | None = None
2021

22+
2123
class LocationSite(InfrahubModel):
2224
_modelname = "LocationSite"
2325
_identifiers = ("name",)
@@ -28,6 +30,7 @@ class LocationSite(InfrahubModel):
2830
local_id: str | None = None
2931
local_data: Any | None = None
3032

33+
3134
class OrganizationTenant(InfrahubModel):
3235
_modelname = "OrganizationTenant"
3336
_identifiers = ("name",)

examples/peeringdb_to_infrahub/genenericrestapi/__init__.py

Whitespace-only changes.

examples/peeringdb_to_infrahub/genenericrestapi/sync_adapter.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/peeringdb_to_infrahub/genenericrestapi/sync_models.py

Lines changed: 0 additions & 141 deletions
This file was deleted.

examples/peeringdb_to_infrahub/generic_rest_api/__init__.py

Whitespace-only changes.

examples/peeringdb_to_infrahub/generic_rest_api/sync_adapter.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/peeringdb_to_infrahub/generic_rest_api/sync_models.py

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)