Skip to content

Commit fa831f9

Browse files
committed
misc cleanup
1 parent 3f9ef3b commit fa831f9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

lib/ldclient-rb/impl/integrations/redis_impl.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
require "concurrent/atomics"
22
require "json"
33

4-
require "ldclient-rb/integrations/util/store_wrapper"
5-
require "ldclient-rb/redis_store" # eventually that file should be moved inside this one
6-
74
module LaunchDarkly
85
module Impl
96
module Integrations

lib/ldclient-rb/integrations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require "ldclient-rb/integrations/redis"
2+
require "ldclient-rb/integrations/util/store_wrapper"
23

34
module LaunchDarkly
45
#

lib/ldclient-rb/integrations/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "ldclient-rb/impl/integrations/redis_impl"
1+
require "ldclient-rb/redis_store" # eventually we will just refer to impl/integrations/redis_impl directly
22

33
module LaunchDarkly
44
module Integrations

0 commit comments

Comments
 (0)