Skip to content

Commit

Permalink
chore: 🎨 formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bile0026 committed Dec 18, 2024
1 parent 3818395 commit f255eb3
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions nautobot_ssot/tests/librenms/test_librenms_adapter.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
"""Unit test for LibreNMS Location and Device models."""
"""Unit test for LibreNMS object models."""

import json
import os
import uuid
from unittest.mock import MagicMock, patch
from typing import List, Optional
from django.contrib.contenttypes.models import ContentType
from unittest.mock import MagicMock

from nautobot.core.testing import TransactionTestCase
from nautobot.extras.models import Job, JobResult
from nautobot.extras.models import JobResult

from nautobot_ssot.integrations.librenms.diffsync.adapters.librenms import LibrenmsAdapter
from nautobot_ssot.integrations.librenms.jobs import LibrenmsDataSource
from nautobot_ssot.integrations.librenms.diffsync.models.nautobot import Location, Device
from nautobot.extras.models import Status


def load_json(path):
Expand Down

0 comments on commit f255eb3

Please sign in to comment.