Skip to content

Commit

Permalink
chore(client): Remove forwardable and concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
josecolella committed Dec 12, 2022
1 parent 5a65c25 commit 7c70b18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/openfeature/sdk/client.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# frozen_string_literal: true

require "concurrent"
require "forwardable"

module OpenFeature
module SDK
# TODO: Write documentation
Expand All @@ -19,7 +16,7 @@ def initialize(provider:, client_options: nil, context: nil)
@provider = provider
@metadata = client_options
@context = context
@hooks = Concurrent::Array.new([])
@hooks = []
end

RESULT_TYPE.each do |result_type|
Expand Down

0 comments on commit 7c70b18

Please sign in to comment.