Skip to content

Commit

Permalink
Remove IObject implementation on ModuleSet class
Browse files Browse the repository at this point in the history
  • Loading branch information
alelom authored and Fraser Greenroyd committed Jun 21, 2023
1 parent 4b67213 commit 6d459c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adapter_oM/Module/ModuleSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

namespace BH.oM.Adapter
{
public class ModuleSet : HashSet<IAdapterModule>, IObject
public class ModuleSet : HashSet<IAdapterModule>
{
public ModuleSet() :
base(new TypeComparer())
Expand Down

0 comments on commit 6d459c1

Please sign in to comment.