Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Dec 3, 2023
1 parent a231d66 commit f558f7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pynxtools/dataconverter/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import re
import xml.etree.ElementTree as ET
from datetime import datetime, timezone
import logging
import json

import numpy as np
Expand Down
3 changes: 1 addition & 2 deletions tests/dataconverter/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ def fixture_filled_test_data(template, tmp_path):
"required"
),
("The required group, /ENTRY[entry]/optional_parent/req_group_in_opt_group, hasn't been "
"supplied while its optional parent, /ENTRY[entry]/optional_parent/"
"req_group_in_opt_group, is supplied."),
"supplied while its optional parent, /ENTRY[entry]/optional_parent, is supplied."),
id="req-group-in-opt-parent-removed"
),
pytest.param(
Expand Down

0 comments on commit f558f7d

Please sign in to comment.