Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Nov 29, 2023
1 parent 5d7d228 commit 2fdfe82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def transfer_data_into_template(input_file,
data = data_reader().read( # type: ignore[operator]
template=Template(template),
file_paths=input_file,
**kwargs,
)
helpers.validate_data_dict(template, data, nxdl_root)
return data
Expand Down
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/readers/xrd/xrd_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from typing import Any, Dict, Tuple, Optional, List
from typing import Dict, Tuple, Optional, List

from pathlib import Path
import warnings
Expand Down

0 comments on commit 2fdfe82

Please sign in to comment.