Skip to content

Commit

Permalink
removing unneed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robaiken committed Jan 29, 2025
1 parent 1772e0e commit 1e351d9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ class DependencyRequirement < T::Struct

module Dependabot
module NpmAndYarn
class FileUpdater < Dependabot::FileUpdaters::Base
class FileUpdater
class PnpmWorkspaceUpdater
extend T::Sig

require_relative "npmrc_builder"
require_relative "package_json_updater"

sig do
params(
workspace_file: Dependabot::DependencyFile,
Expand Down

0 comments on commit 1e351d9

Please sign in to comment.