Skip to content

Commit

Permalink
Remove unecessary requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Feb 10, 2024
1 parent 5c3c3d0 commit 75efeb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/dsu/models/color_theme.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'json'
require_relative '../crud/json_file'
require_relative '../migration/version'
require_relative '../support/color_themable'
Expand Down
1 change: 0 additions & 1 deletion lib/dsu/models/entry_group.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'active_model'
require_relative '../crud/json_file'
require_relative '../migration/version'
require_relative '../services/entry_group/editor_service'
Expand Down

0 comments on commit 75efeb5

Please sign in to comment.