Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jayamala17 committed Apr 20, 2024
1 parent 713cf05 commit d2a986a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/bag_adapter.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require "bagit"

require_relative "../services"
Expand Down
1 change: 0 additions & 1 deletion lib/bag_courier.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require "minitar"

require_relative "bag_adapter"
Expand Down
1 change: 0 additions & 1 deletion lib/remote_client.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require "bundler/setup"

require "aws-sdk-s3"
Expand Down

0 comments on commit d2a986a

Please sign in to comment.