Skip to content
Snippets Groups Projects
Commit 547568ba authored by Michael Wedel's avatar Michael Wedel
Browse files

Refs #11418. Fix pylint warnings

parent f96d1d28
No related branches found
No related tags found
No related merge requests found
# pylint: disable=no-init,invalid-name,bare-except
# pylint: disable=no-init,invalid-name,too-few-public-methods
from mantid.kernel import *
from mantid.simpleapi import *
from mantid.api import *
......@@ -177,4 +177,4 @@ class PoldiLoadCrystalData(PythonAlgorithm):
return compound.getName()
AlgorithmFactory.subscribe(PoldiLoadCrystalData)
\ No newline at end of file
AlgorithmFactory.subscribe(PoldiLoadCrystalData)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment