Commit ec7ad045 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

lint + format

parent 79543352
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
   the United Nations Convention on Contracts on the International Sales of Goods.
"""

import sys
from pathlib import Path

""" Set up paths """
@@ -48,14 +47,6 @@ TESTV_DIR = SCRIPTS_DIR.joinpath("testv")

BIN_SUFFIX_MERGETARGET = "_ref"

from tests.renderer.constants import (
    CUSTOM_LS_TO_TEST,
    FORMAT_TO_FILE_COMPARETEST,
    FORMAT_TO_FILE_SMOKETEST,
    FORMAT_TO_METADATA_FILES,
    METADATA_SCENES_TO_TEST,
)

""" Renderer configurations """
RENDERER_CONFIGS_DEFAULT_CODEC = [
    str(cfg.stem) for cfg in RENDER_CFG_DIR.glob("*_default.txt")
+1 −1

File changed.

Contains only whitespace changes.