remove requires for types

autoloaded by zeitwerk
This commit is contained in:
Georg Gadinger 2022-12-29 07:33:47 +01:00 committed by Andreas Nedbal
parent 55f60bc5a7
commit 6e54b4daba
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# frozen_string_literal: true
require "dry-initializer"
require "types"
module UseCase
class Base