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 1
1
"""DiffSync adapter to load data from a local file."""
2
2
import json
3
3
4
- from slugify import slugify
4
+ from slugify import slugify # pylint: disable=import-error
5
5
6
6
from models import Region , Country
7
7
from diffsync import DiffSync
Original file line number Diff line number Diff line change 1
1
"""DiffSync Adapter for Nautobot to manage regions."""
2
2
import os
3
- import pynautobot
3
+ import pynautobot # pylint: disable=import-error
4
4
5
5
from nautobot_models import NautobotCountry , NautobotRegion
6
6
Original file line number Diff line number Diff line change 1
1
"""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
3
3
4
4
from models import Region , Country
5
5
You can’t perform that action at this time.
0 commit comments