it adds import bascenev1 as bs as bs
and
import _babasebase
happens because of
```
file_text = api6_to_api8(file_text,plugin_type=plugin_type)
file_text = api8_to_api9(file_text)
i assume it adds to the already updated import from `api6_to_api8` function
it adds
import bascenev1 as bs as bsand
import _babasebasehappens because of
```
file_text = api6_to_api8(file_text,plugin_type=plugin_type)
file_text = api8_to_api9(file_text)