From ef201733c9848ac0a8713b76781d9f3254c83156 Mon Sep 17 00:00:00 2001 From: Aaron Iles ayiles Date: Wed, 7 Feb 2024 13:37:39 -0500 Subject: [PATCH] 4283: fixing indentation --- netbox/utilities/tests/test_filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/utilities/tests/test_filters.py b/netbox/utilities/tests/test_filters.py index c362255e0..3e0439ca6 100644 --- a/netbox/utilities/tests/test_filters.py +++ b/netbox/utilities/tests/test_filters.py @@ -434,7 +434,7 @@ class DynamicFilterLookupExpressionTest(TestCase): ) Rack.objects.bulk_create(racks) - # Assemble the tuple of devices to be created in bulk. + # Assemble the tuple of devices to be created in bulk. devices = ( Device( name='Device 1',