mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
forward ref for openmc.source
This commit is contained in:
parent
84b055e15b
commit
2af754baa9
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ class Source:
|
|||
return element
|
||||
|
||||
@classmethod
|
||||
def from_xml_element(cls, elem: ET.Element) -> openmc.Source:
|
||||
def from_xml_element(cls, elem: ET.Element) -> 'openmc.Source':
|
||||
"""Generate source from an XML element
|
||||
|
||||
Parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue