From 817fc3ce9cdc819a291e76ec324c4e748381f035 Mon Sep 17 00:00:00 2001
From: Josh Morman <jmorman@gnuradio.org>
Date: Wed, 24 Nov 2021 12:48:20 -0500
Subject: grc: pep8 formatting

Signed-off-by: Josh Morman <jmorman@gnuradio.org>
---
 grc/tests/test_xml_parser.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'grc/tests/test_xml_parser.py')

diff --git a/grc/tests/test_xml_parser.py b/grc/tests/test_xml_parser.py
index 0fd5a94b3d..28ec770cf6 100644
--- a/grc/tests/test_xml_parser.py
+++ b/grc/tests/test_xml_parser.py
@@ -11,7 +11,8 @@ from grc.converter import flow_graph
 
 
 def test_flow_graph_converter():
-    filename = path.join(path.dirname(__file__), 'resources', 'test_compiler.grc')
+    filename = path.join(path.dirname(__file__),
+                         'resources', 'test_compiler.grc')
 
     data = flow_graph.from_xml(filename)
 
@@ -19,7 +20,8 @@ def test_flow_graph_converter():
 
 
 def test_flow_graph_converter_with_fp():
-    filename = path.join(path.dirname(__file__), 'resources', 'test_compiler.grc')
+    filename = path.join(path.dirname(__file__),
+                         'resources', 'test_compiler.grc')
 
     with open(filename, 'rb') as fp:
         data = flow_graph.from_xml(fp)
-- 
cgit v1.2.3