Hi I'm trying to insert one import across many files. I tried isort but it does more than insert the one import. It adds additional imports and groups others. I don't want that many changes in my MR. I'm trying to follow continuous delivery of making one small distinct change at a time.
Does anybody have experience just appending an import to the last import in python files?
Thanks!