Skip to content

Commit 2199007

Browse files
committed
Trailing comma
1 parent 22c02f2 commit 2199007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_custom_objects/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Migration(migrations.Migration):
3737
(
3838
"id",
3939
models.BigAutoField(
40-
auto_created=True, primary_key=True, serialize=False,
40+
auto_created=True, primary_key=True, serialize=False
4141
),
4242
),
4343
("created", models.DateTimeField(auto_now_add=True, null=True)),

0 commit comments

Comments
 (0)