Skip to content

Commit

Permalink
typo :(
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Oct 8, 2024
1 parent 57ab069 commit a65de7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nautobot_firewall_models/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
try:
from nautobot.extras.management import STATUS_COLOR_MAP, STATUS_DESCRIPTION_MAP
except ImportError: # Nautobot version < v2.2.0
from nautobot.extras.models import COLOR_MAP as STATUS_COLOR_MAP
from nautobot.extras.models import DESCRIPTION_MAP as STATUS_DESCRIPTION_MAP
from nautobot.extras.management import COLOR_MAP as STATUS_COLOR_MAP
from nautobot.extras.management import DESCRIPTION_MAP as STATUS_DESCRIPTION_MAP
from rest_framework.renderers import JSONRenderer

from nautobot_firewall_models.constants import PLUGIN_CFG
Expand Down

0 comments on commit a65de7e

Please sign in to comment.