Skip to content

Commit b307176

Browse files
Update examples/example3/nautobot_adapter.py
Co-authored-by: Glenn Matthews <[email protected]>
1 parent 06ec2d2 commit b307176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example3/nautobot_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ class NautobotAdapter(DiffSync):
3131
region = NautobotRegion
3232
country = NautobotCountry
3333

34-
# Since all countries are associated with a region, we don't need to list country here
3534
# When doing a diff or a sync between 2 adapters,
3635
# diffsync will recursively check all models defined at the top level and their children.
36+
# Since countries are defined as children of a region, we don't need to list country here
3737
top_level = ["region"]
3838

3939
# Human readable name of the Adapter,

0 commit comments

Comments
 (0)