lib/dry/transformer/function.rb in dry-transformer-0.1.1 vs lib/dry/transformer/function.rb in dry-transformer-1.0.0
- old
+ new
@@ -1,8 +1,6 @@
# frozen_string_literal: true
-require 'dry/transformer/composite'
-
module Dry
module Transformer
# Transformation proc wrapper allowing composition of multiple procs into
# a data-transformation pipeline.
#