Summary

A NameSpace should not both derive from and import another NameSpace.

Details

When a NameSpace derives from another NameSpace, its entire contents are accessible so there is no need to import it as well.

Tips

You can safely remove the import link because it is not necessary.