Skip to content

Commit

Permalink
Revert unused import fix in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Aug 24, 2024
1 parent af81f7e commit 789ce17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_chatops/migrations/0002_commandlog_params1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by Django 3.1.12 on 2021-08-14 02:29

from django.db import migrations, models

import nautobot_chatops.models # noqa: F401

class Migration(migrations.Migration):
dependencies = [
Expand Down

0 comments on commit 789ce17

Please sign in to comment.