lib/dry/schema/key_coercer.rb in dry-schema-1.10.2 vs lib/dry/schema/key_coercer.rb in dry-schema-1.10.3
- old
+ new
@@ -1,9 +1,6 @@
# frozen_string_literal: true
-require "dry/core/cache"
-require "dry/core/equalizer"
-
module Dry
module Schema
# Coerces keys in a hash using provided coercer function
#
# @api private