Skip to content

Commit

Permalink
pylint for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Oct 17, 2024
1 parent 6755f09 commit 5cbfe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_ssot/migrations/0006_ssotservicenowconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ class Migration(migrations.Migration):
"abstract": False,
},
),
migrations.RunPython(_move_data),
migrations.RunPython(code=_move_data, reverse_code=migrations.RunPython.noop),
]

0 comments on commit 5cbfe3e

Please sign in to comment.