Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Mar 21, 2024
1 parent c85fa8d commit ac94fac
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ def example_pep_piface_path_cfg(example_pep_piface_path):
def prep_temp_pep(example_pep_piface_path):

# Get Path to local copy of hello_looper
hello_looper_dir_path = os.path.join(
example_pep_piface_path, "hello_looper-dev"
)
hello_looper_dir_path = os.path.join(example_pep_piface_path, "hello_looper-dev")

# Make local temp copy of hello_looper
d = tempfile.mkdtemp()
Expand All @@ -216,9 +214,7 @@ def prep_temp_pep(example_pep_piface_path):
def prep_temp_pep_basic(example_pep_piface_path):

# Get Path to local copy of hello_looper
hello_looper_dir_path = os.path.join(
example_pep_piface_path, "hello_looper-dev"
)
hello_looper_dir_path = os.path.join(example_pep_piface_path, "hello_looper-dev")

# Make local temp copy of hello_looper
d = tempfile.mkdtemp()
Expand All @@ -234,9 +230,7 @@ def prep_temp_pep_basic(example_pep_piface_path):
def prep_temp_pep_csv(example_pep_piface_path):

# Get Path to local copy of hello_looper
hello_looper_dir_path = os.path.join(
example_pep_piface_path, "hello_looper-dev"
)
hello_looper_dir_path = os.path.join(example_pep_piface_path, "hello_looper-dev")

# Make local temp copy of hello_looper
d = tempfile.mkdtemp()
Expand Down Expand Up @@ -274,9 +268,7 @@ def prep_temp_pep_pipestat(example_pep_piface_path):

# Get Path to local copy of hello_looper

hello_looper_dir_path = os.path.join(
example_pep_piface_path, "hello_looper-dev"
)
hello_looper_dir_path = os.path.join(example_pep_piface_path, "hello_looper-dev")

# Make local temp copy of hello_looper
d = tempfile.mkdtemp()
Expand All @@ -293,9 +285,7 @@ def prep_temp_pep_pipestat_advanced(example_pep_piface_path):

# Get Path to local copy of hello_looper

hello_looper_dir_path = os.path.join(
example_pep_piface_path, "hello_looper-dev"
)
hello_looper_dir_path = os.path.join(example_pep_piface_path, "hello_looper-dev")

# Make local temp copy of hello_looper
d = tempfile.mkdtemp()
Expand All @@ -312,9 +302,7 @@ def prep_temp_pep_pephub(example_pep_piface_path):

# Get Path to local copy of hello_looper

hello_looper_dir_path = os.path.join(
example_pep_piface_path, "hello_looper-dev"
)
hello_looper_dir_path = os.path.join(example_pep_piface_path, "hello_looper-dev")

# Make local temp copy of hello_looper
d = tempfile.mkdtemp()
Expand Down

0 comments on commit ac94fac

Please sign in to comment.