test_pass_everything.py: reformat
[barectf.git] / tests / config / yaml / 2 / test_pass_everything.py
index 0c10a36774eb37305c38611590885f747182853f..0eb880cacca09a07b7e5509d749802eea65fb239 100644 (file)
@@ -28,8 +28,8 @@ import subprocess
 
 
 def test_everything(request, tmpdir):
-    yaml_path = os.path.join(os.path.dirname(request.fspath), 'configs', 'pass', 'everything',
-                             'config.yaml')
+    yaml_path = os.path.join(os.path.dirname(request.fspath), 'configs',
+                             'pass', 'everything', 'config.yaml')
     yaml_dir = os.path.dirname(yaml_path)
 
     with open(yaml_path) as f:
This page took 0.024002 seconds and 4 git commands to generate.