File tree Expand file tree Collapse file tree
src/nomad_cau_plugin/measurements Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from nomad .config .models .plugins import SchemaPackageEntryPoint
22
3- from nomad_cau_plugin .measurements .CaP_experiments import m_package as m_package_mro004
4- from nomad_cau_plugin .measurements .MRO005 import m_package as m_package_mro005
5-
63
74class MRO005SchemaPackageEntryPoint (SchemaPackageEntryPoint ):
85 def load (self ):
6+ from nomad_cau_plugin .measurements .MRO005 import ( # noqa: PLC0415
7+ m_package as m_package_mro005 ,
8+ )
9+
910 return m_package_mro005
1011
1112
@@ -17,6 +18,10 @@ def load(self):
1718
1819class MRO004SchemaPackageEntryPoint (SchemaPackageEntryPoint ):
1920 def load (self ):
21+ from nomad_cau_plugin .measurements .CaP_experiments import ( # noqa: PLC0415
22+ m_package as m_package_mro004 ,
23+ )
24+
2025 return m_package_mro004
2126
2227
You can’t perform that action at this time.
0 commit comments