lib/dry/schema/macros/filled.rb in dry-schema-1.10.6 vs lib/dry/schema/macros/filled.rb in dry-schema-1.11.0
- old
+ new
@@ -1,8 +1,6 @@
# frozen_string_literal: true
-require "dry/schema/macros/value"
-
module Dry
module Schema
module Macros
# Macro used to prepend `:filled?` predicate
#