aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/node.rb')
-rw-r--r--lib/arel/nodes/node.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/arel/nodes/node.rb b/lib/arel/nodes/node.rb
index 34e71063af..d2e6313dda 100644
--- a/lib/arel/nodes/node.rb
+++ b/lib/arel/nodes/node.rb
@@ -1,6 +1,4 @@
# frozen_string_literal: true
-require 'arel/collectors/sql_string'
-
module Arel
module Nodes
###