Skip to content

Commit b40bbc2

Browse files
committed
MNT #321 remove comments
1 parent 9206e67 commit b40bbc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hkl/configuration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ class DCSample:
245245
(the reciprocal of the crystal) in an orthonormal system.
246246
"""
247247

248-
# TODO: Once py38 is dropped, re-enable the default value setting
249-
U: List[List[float]] # = field(default_factory=list[list[float]])
248+
U: List[List[float]]
250249
"""
251250
Orientation matrix (3 x 3) of the crystal relative to the diffractometer.
252251
(optional)

0 commit comments

Comments
 (0)