Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12cd1e4

Browse files
authoredMay 13, 2024
Update test_tools.py
1 parent 81d043c commit 12cd1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/diffpy/labpdfproc/tests/test_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import re
33
from pathlib import Path
4-
4+
from datetime import datetime
55
import pytest
66

77
from diffpy.labpdfproc.labpdfprocapp import get_args
@@ -11,7 +11,7 @@
1111
load_user_metadata,
1212
set_input_lists,
1313
set_output_directory,
14-
set_wavelength,
14+
set_wavelength, load_datetime,
1515
)
1616

1717
# Use cases can be found here: https://github.com/diffpy/diffpy.labpdfproc/issues/48

0 commit comments

Comments
 (0)
Please sign in to comment.