Skip to content
Snippets Groups Projects
Commit 732c16fe authored by Nick Draper's avatar Nick Draper
Browse files

pylint build errors re #16600

parent 798b42c9
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
#include "MantidAlgorithms/GroupWorkspaces.h" #include "MantidAlgorithms/GroupWorkspaces.h"
#include "MantidAPI/ADSValidator.h" #include "MantidAPI/ADSValidator.h"
#include "MantidKernel/ArrayProperty.h"
namespace Mantid { namespace Mantid {
namespace Algorithms { namespace Algorithms {
...@@ -10,6 +11,7 @@ namespace Algorithms { ...@@ -10,6 +11,7 @@ namespace Algorithms {
DECLARE_ALGORITHM(GroupWorkspaces) DECLARE_ALGORITHM(GroupWorkspaces)
using namespace API; using namespace API;
using namespace Kernel;
/// Default constructor /// Default constructor
GroupWorkspaces::GroupWorkspaces() : API::Algorithm(), m_group() {} GroupWorkspaces::GroupWorkspaces() : API::Algorithm(), m_group() {}
......
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