Skip to content

Commit

Permalink
Fixing black newlines in migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
mzbroch committed Aug 10, 2023
1 parent 8d39bf3 commit 8a08016
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def create_missing_onboardingdevice(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("nautobot_device_onboarding", "0001_initial"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def create_labels_for_existing_tasks(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("nautobot_device_onboarding", "0002_create_onboardingdevice"),
]
Expand Down

0 comments on commit 8a08016

Please sign in to comment.