Pep8 code fix

Related-Prod: PROD-36993
Change-Id: Icd5e587ab640d3df7cc7981679433ca3b450fd2a
diff --git a/tcp_tests/tests/system/test_offline.py b/tcp_tests/tests/system/test_offline.py
index 7ea9c11..34c729a 100644
--- a/tcp_tests/tests/system/test_offline.py
+++ b/tcp_tests/tests/system/test_offline.py
@@ -56,7 +56,7 @@
             cmd='maas logout mirantis && '
             'maas login mirantis '
             'http://localhost:5240/MAAS/api/2.0/ '
-            'FTvqwe7ybBp68gPar2:5mcctTAXVL8mns4ef4:zrA9LZwu2tMc8BAZpsPUfwWwTyQnAtDN') # noqa
+            'FTvqwe7ybBp68gPar2:5mcctTAXVL8mns4ef4:zrA9LZwu2tMc8BAZpsPUfwWwTyQnAtDN')  # noqa
 
         underlay.check_call(
             node_name=cfg_node,
@@ -74,7 +74,7 @@
                 net=admin_net))
         underlay.check_call(node_name=cfg_node, verbose=verbose,
             cmd="maas mirantis vlan update "
-            "$(maas mirantis subnets read | jq '.[] | select(.name==\"{net}\") | .vlan.fabric_id') " # noqa
+            "$(maas mirantis subnets read | jq '.[] | select(.name==\"{net}\") | .vlan.fabric_id') "  # noqa
             "0 dhcp_on=True primary_rack='cfg01'".format(net=admin_net))
 
         underlay.check_call(