Skip to content

Commit

Permalink
Update 0009_disable_physics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dremerb authored May 7, 2024
1 parent 8ee332a commit 8c95afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox_topology_views/migrations/0009_disable_physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('netbox_topology_views', '0007_individualoptions_group_locations_and_more'),
('netbox_topology_views', '0008_straight_cables'),
]

operations = [
Expand All @@ -15,4 +15,4 @@ class Migration(migrations.Migration):
name='disable_physics',
field=models.BooleanField(default=False),
),
]
]

0 comments on commit 8c95afb

Please sign in to comment.