Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Sep 2, 2024
1 parent 9052caa commit b63cd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taca/analysis/analysis_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
import os

Check warning on line 5 in taca/analysis/analysis_element.py

View check run for this annotation

Codecov / codecov/patch

taca/analysis/analysis_element.py#L3-L5

Added lines #L3 - L5 were not covered by tests

from taca.element.Element_Runs import Aviti_Run
from taca.element.Aviti_Runs import Aviti_Run
from taca.utils.config import CONFIG

Check warning on line 8 in taca/analysis/analysis_element.py

View check run for this annotation

Codecov / codecov/patch

taca/analysis/analysis_element.py#L7-L8

Added lines #L7 - L8 were not covered by tests

logger = logging.getLogger(__name__)

Check warning on line 10 in taca/analysis/analysis_element.py

View check run for this annotation

Codecov / codecov/patch

taca/analysis/analysis_element.py#L10

Added line #L10 was not covered by tests
Expand Down

0 comments on commit b63cd4d

Please sign in to comment.