diff --git a/test/test_juniper_data_global.py b/test/test_juniper_data_global.py
index 5801068618992c7ad71bfb6dca4cc93fe808dd6d..a1ffe75b7fc4e04bdd1bc5510dcd4a6e9bc57ab8 100644
--- a/test/test_juniper_data_global.py
+++ b/test/test_juniper_data_global.py
@@ -92,6 +92,7 @@ def test_asn_to_int_functionality():
         asn_to_int('66512.2')
         asn_to_int('Test')
 
+
 def test_DBOARD3_833():
     """Test that the bundle inactive attribute is handled correctly.
 
@@ -119,5 +120,3 @@ def test_DBOARD3_833():
     # additional sanity check: parent bundle should be empty or exactly one
     for ifc in interfaces.values():
         assert len(ifc['bundle']) in (0, 1)
-
-