Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 22, 2025
1 parent 40bd24d commit 5b7fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/tests/nbl-custom/nbl_custom/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright 2025 NetBox Labs Inc
"""NetBox Labs - Mock Impl."""

from collections.abc import Iterable
import logging
from collections.abc import Iterable

from netboxlabs.diode.sdk.ingester import Device, Entity
from pydantic import BaseModel, Field, ValidationError
Expand Down

0 comments on commit 5b7fd4d

Please sign in to comment.