class Dependabot::PullRequestCreator::Azure
def branch_exists?
def branch_exists? !azure_client_for_source.branch(branch_name).nil? rescue ::Dependabot::Clients::Azure::NotFound false end
def branch_exists? !azure_client_for_source.branch(branch_name).nil? rescue ::Dependabot::Clients::Azure::NotFound false end