I try to pull a commit into the main branch with Bitbucket but i had a conflict problem with my code and the merge branch. like with the import for example
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.web.context.request.WebRequest;
import com.iadaptime.NewServer.IAdaptimeService.CommandLineResultFromRobot;
import com.iadaptime.NewServer.IAdaptimeService.CommandLineToRobot;
+<<<<<<< destination:8f3750eba03ad7b4ecdf73646bddc2c8e13a850e
+=======
+import com.iadaptime.NewServer.IAdaptimeService.CascadeCopyBoRecordsAction;
+import com.iadaptime.NewServer.IAdaptimeService.CascadeCopyBoRecordsResult;
+>>>>>>> source:41d7353bedd07c292567a6156c99ae6b03248a6c
import com.iadaptime.NewServer.IAdaptimeService.Node;
import com.iadaptime.NewServer.IAdaptimeService.WebCreateRecordAction;
import com.iadaptime.NewServer.IAdaptimeService.WebCreateRecordResult;
I try to remove the 2 conflicts lines but i dont understand why there is a conflict here with the import