Skip to content

Commit

Permalink
removing unused bits
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Nov 27, 2024
1 parent 7d8388a commit b7b63c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/httpx/transcoder/gzip.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# frozen_string_literal: true

require "forwardable"
require "uri"
require "stringio"
require "zlib"

module HTTPX
Expand Down
3 changes: 0 additions & 3 deletions lib/httpx/transcoder/utils/deflater.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# frozen_string_literal: true

require "forwardable"
require_relative "body_reader"

module HTTPX
module Transcoder
class Deflater
extend Forwardable

attr_reader :content_type

def initialize(body)
Expand Down

0 comments on commit b7b63c4

Please sign in to comment.