lib/dry/schema/macros/required.rb in dry-schema-1.10.6 vs lib/dry/schema/macros/required.rb in dry-schema-1.11.0
- old
+ new
@@ -1,8 +1,6 @@
# frozen_string_literal: true
-require "dry/schema/macros/key"
-
module Dry
module Schema
module Macros
# A Key specialization used for keys that must be present
#