File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11"""DiffSync adapter to load data from a local file."""
22import json
33
4- from slugify import slugify
4+ from slugify import slugify # pylint: disable=import-error
55
66from models import Region , Country
77from diffsync import DiffSync
Original file line number Diff line number Diff line change 11"""DiffSync Adapter for Nautobot to manage regions."""
22import os
3- import pynautobot
3+ import pynautobot # pylint: disable=import-error
44
55from nautobot_models import NautobotCountry , NautobotRegion
66
Original file line number Diff line number Diff line change 11"""Extension of the Base model for the Nautobot DiffSync Adapter to manage the CRUD operations."""
2- import pynautobot
2+ import pynautobot # pylint: disable=import-error
33
44from models import Region , Country
55
You can’t perform that action at this time.
0 commit comments