class Dependabot::Workspace::Base

def initialize(path)

def initialize(path)
  @path = path
  @change_attempts = T.let([], T::Array[Dependabot::Workspace::ChangeAttempt])
end