From 4f7cfe434b4bded45ff4367c7a0bcf8370754d67 Mon Sep 17 00:00:00 2001 From: moveson Date: Sun, 22 Dec 2024 03:02:23 -0700 Subject: [PATCH] Require errors in async importer --- lib/etl/async_importer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/etl/async_importer.rb b/lib/etl/async_importer.rb index e41886dd4..4d6fe60b0 100644 --- a/lib/etl/async_importer.rb +++ b/lib/etl/async_importer.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require_relative "errors" + module ETL class AsyncImporter include ETL::Errors