Skip to content

Commit

Permalink
Ruff and Poetry Lock
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Sep 27, 2024
1 parent e44c2e3 commit ffa0c66
Show file tree
Hide file tree
Showing 5 changed files with 848 additions and 741 deletions.
1 change: 0 additions & 1 deletion development/mattermost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ x-nautobot: &nautobot
environment:
NAUTOBOT_CHATOPS_ENABLE_MATTERMOST: "True"

version: "3.8"
services:
nautobot:
<<: *nautobot
Expand Down
4 changes: 1 addition & 3 deletions nautobot_chatops/integrations/grafana/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
from django.core.exceptions import FieldError, MultipleObjectsReturned, ObjectDoesNotExist
from isodate import ISO8601Error, parse_duration
from jinja2 import Template
from django.core.exceptions import FieldError, ObjectDoesNotExist, MultipleObjectsReturned
from pydantic import ValidationError
from nautobot.core.models.querysets import RestrictedQuerySet
from pydantic.error_wrappers import ValidationError # pylint: disable=no-name-in-module
from pydantic import ValidationError

from nautobot_chatops.dispatchers import Dispatcher
from nautobot_chatops.integrations.grafana.exceptions import DefaultArgsError, MultipleOptionsError, PanelError
Expand Down
1 change: 0 additions & 1 deletion nautobot_chatops/integrations/ipfabric/ipfabric_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import logging

from ipfabric import IPFClient
from ipfabric_diagrams import IPFDiagram

logger = logging.getLogger("nautobot")

Expand Down
Loading

0 comments on commit ffa0c66

Please sign in to comment.