Skip to content

Commit 3faa61e

Browse files
committed
black formatting
1 parent 16b2026 commit 3faa61e

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
@@ -156,7 +156,6 @@ class Meta:
156156
}
157157

158158
def __init__(self, *args, **kwargs):
159-
160159
# Initialize helper selectors
161160
instance = kwargs.get("instance")
162161
initial = kwargs.get("initial", {}).copy()
@@ -315,7 +314,6 @@ class ACLInterfaceAssignmentForm(NetBoxModelForm):
315314
comments = CommentField()
316315

317316
def __init__(self, *args, **kwargs):
318-
319317
# Initialize helper selectors
320318
instance = kwargs.get("instance")
321319
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)