Skip to content

Commit

Permalink
Fixing black
Browse files Browse the repository at this point in the history
  • Loading branch information
mzbroch committed Feb 28, 2024
1 parent 25d3d98 commit da0cf9a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions development/nautobot_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Nautobot development configuration file."""

# pylint: disable=invalid-envvar-default
import os
import sys
Expand Down
1 change: 1 addition & 0 deletions nautobot_bgp_models/filter_extensions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Filter Extensions definitions for nautobot_bgp_models."""

from django import forms

from nautobot.apps.filters import FilterExtension, MultiValueCharFilter
Expand Down
1 change: 1 addition & 0 deletions nautobot_bgp_models/forms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Forms and FilterForms for nautobot_bgp_models."""

from django import forms

import nautobot.core.forms as utilities_forms
Expand Down
1 change: 1 addition & 0 deletions nautobot_bgp_models/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""BGP data models."""

import functools
from collections import OrderedDict

Expand Down
1 change: 1 addition & 0 deletions nautobot_bgp_models/tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Basic tests that do not require Django."""

import unittest
import os
import toml
Expand Down
1 change: 1 addition & 0 deletions nautobot_bgp_models/tests/test_views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit test automation for Model classes in nautobot_bgp_models."""

import json

from unittest import skipIf
Expand Down
1 change: 1 addition & 0 deletions nautobot_bgp_models/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Django urlpatterns declaration for nautobot_bgp_models app."""

from django.urls import path

from nautobot.core.views.routers import NautobotUIViewSetRouter
Expand Down

0 comments on commit da0cf9a

Please sign in to comment.