Skip to content

Commit e25d503

Browse files
committed
fix example job with commented out code
1 parent 2c49ba9 commit e25d503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nautobot_ssot/jobs/examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def load(self):
530530
self.load_device_types()
531531
self.load_platforms()
532532
self.load_devices()
533-
# self.load_interfaces()
533+
self.load_interfaces()
534534

535535
def load_location_types(self):
536536
"""Load LocationType data from the remote Nautobot instance.

0 commit comments

Comments
 (0)