Skip to content

Commit

Permalink
quote delayed type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 4, 2021
1 parent 4a1ee8a commit 0e57b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/xas.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def from_spectrum(
@classmethod
def from_task_docs(
cls, all_tasks: List[TaskDocument], material_id: MPID, num_samples: int = 200
) -> List[XASDoc]:
) -> List["XASDoc"]:
"""
Converts a set of FEFF Task Documents into XASDocs by merging XANES + EXAFS into XAFS spectra first
and then merging along equivalent elements to get element averaged spectra
Expand Down

0 comments on commit 0e57b9b

Please sign in to comment.