Skip to content

Commit 0709c7b

Browse files
committed
Remove unused Nautobot code
1 parent fc507d2 commit 0709c7b

File tree

5 files changed

+0
-768
lines changed

5 files changed

+0
-768
lines changed

python/understack-workflows/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ extend = "../pyproject.toml"
8181
target-version = "py310"
8282

8383
[tool.ruff.lint.per-file-ignores]
84-
"understack_workflows/nautobot_device.py" = ["UP031"]
8584
"tests/test_nautobot_event_parser.py" = ["E501"]
8685
"tests/test_bmc_credentials.py" = ["B017"]
8786
"tests/**/*.py" = [

python/understack-workflows/tests/conftest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@
33

44
import openstack
55
import pytest
6-
from fixture_nautobot_device import FIXTURE_DELL_NAUTOBOT_DEVICE
76
from pynautobot import __version__ as pynautobot_version
87

98
from understack_workflows.nautobot import Nautobot
10-
from understack_workflows.nautobot_device import NautobotDevice
11-
12-
13-
@pytest.fixture
14-
def dell_nautobot_device() -> NautobotDevice:
15-
return FIXTURE_DELL_NAUTOBOT_DEVICE
169

1710

1811
@pytest.fixture

python/understack-workflows/tests/fixture_nautobot_device.py

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

python/understack-workflows/tests/test_nautobot_device.py

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

0 commit comments

Comments
 (0)