Skip to content

Commit c04be89

Browse files
committed
black formatting
1 parent 18b95c4 commit c04be89

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

netbox_acls/migrations/0002_alter_accesslist_options_and_more.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
class Migration(migrations.Migration):
9-
109
dependencies = [
1110
("contenttypes", "0002_remove_content_type_name"),
1211
("netbox_acls", "0001_initial"),

netbox_acls/migrations/0003_netbox_acls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
class Migration(migrations.Migration):
8-
98
dependencies = [
109
("netbox_acls", "0002_alter_accesslist_options_and_more"),
1110
]

0 commit comments

Comments
 (0)