Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Feb 2, 2024
1 parent 194c65f commit 76017c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulationworkflowschema/general.py
Expand Up @@ -21,7 +21,7 @@
from nomad.datamodel.data import ArchiveSection
from nomad.metainfo import SubSection, Section, Quantity, Reference
from nomad.datamodel.metainfo.common import FastAccess
from nomad.datamodel.metainfo.workflow import Workflow, Link, Task
from nomad.datamodel.metainfo.workflow import Workflow, Link, Task, TaskReference
from runschema.method import (
Method,
XCFunctional,
Expand Down

0 comments on commit 76017c8

Please sign in to comment.