Skip to content

Commit 929fc9e

Browse files
committed
black formatting
1 parent d9e8d03 commit 929fc9e

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

netbox_acls/forms/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ class Meta:
149149
}
150150

151151
def __init__(self, *args, **kwargs):
152-
153152
# Initialize helper selectors
154153
instance = kwargs.get("instance")
155154
initial = kwargs.get("initial", {}).copy()
@@ -324,7 +323,6 @@ class ACLInterfaceAssignmentForm(NetBoxModelForm):
324323
comments = CommentField()
325324

326325
def __init__(self, *args, **kwargs):
327-
328326
# Initialize helper selectors
329327
instance = kwargs.get("instance")
330328
initial = kwargs.get("initial", {}).copy()

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)