We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473e87b commit 2854e56Copy full SHA for 2854e56
sdds/classes.py
@@ -7,6 +7,10 @@
7
https://ops.aps.anl.gov/manuals/SDDStoolkit/SDDStoolkitsu2.html
8
"""
9
10
+# Note: do not add 'from __future__ import annotations' in this file,
11
+# as the __post_init__ method relies on the type hints determination
12
+# at runtime and will fail if they are all made strings (in asserts).
13
+
14
import logging
15
import warnings
16
from collections.abc import Iterator
0 commit comments