aboutsummaryrefslogtreecommitdiffstats
path: root/src/resource_inventory
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2020-07-27 17:03:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-07-27 17:03:45 +0000
commitdc115112cd0de9764ac6d8b4fb2dd1c0fc37bf59 (patch)
tree167dbee9f95b510e56aec5f13bf09cc49406dcea /src/resource_inventory
parentb743f3ad85acca17c473d123f715091165969087 (diff)
parent4cc9426d72fe9baa8a4a7f56c6d43493bd011f02 (diff)
Merge "Fix Flake8 Violations"
Diffstat (limited to 'src/resource_inventory')
-rw-r--r--src/resource_inventory/migrations/0012_auto_20200103_1850.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource_inventory/migrations/0012_auto_20200103_1850.py b/src/resource_inventory/migrations/0012_auto_20200103_1850.py
index 569e433..65d8f85 100644
--- a/src/resource_inventory/migrations/0012_auto_20200103_1850.py
+++ b/src/resource_inventory/migrations/0012_auto_20200103_1850.py
@@ -54,6 +54,6 @@ class Migration(migrations.Migration):
model_name='vlan',
name='network',
field=models.ForeignKey(on_delete=django.db.models.deletion.DO_NOTHING,
- to='resource_inventory.PhysicalNetwork', null=True),
+ to='resource_inventory.PhysicalNetwork', null=True),
),
]