A NameSpace should not both derive from and import another NameSpace.
When a NameSpace derives from another NameSpace, its entire contents are accessible so there is no need to import it as well.
You can safely remove the import link because it is not necessary.