This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 390f6395a689e8d87332d51093e1010990105e5f Author: Sebb <[email protected]> AuthorDate: Mon Mar 28 17:35:27 2022 +0100 Avoid circular reference --- lib/whimsy/asf/podling.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb index d28fa4b..cfd00a3 100644 --- a/lib/whimsy/asf/podling.rb +++ b/lib/whimsy/asf/podling.rb @@ -1,7 +1,6 @@ require 'nokogiri' require 'date' require 'psych' -require_relative '../asf' module ASF
