Skip to content

Commit

Permalink
Fixes circular require warning
Browse files Browse the repository at this point in the history
warning: lib/prawn/fonts.rb:9: warning: loading in progress, circular require considered harmful - lib/prawn/font.rb
  • Loading branch information
kbrock committed Sep 27, 2024
1 parent c531f87 commit 099f4e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/prawn/fonts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module Fonts
end
end

require_relative 'font'
require_relative 'fonts/afm'
require_relative 'fonts/ttf'
require_relative 'fonts/dfont'
Expand Down

0 comments on commit 099f4e3

Please sign in to comment.