Merge pull request #15724 from carlocab/pr-upload-typecheck

dev-cmd/pr-pull: fix typechecking error
This commit is contained in:
Carlo Cabrera 2023-07-21 22:31:56 +08:00 committed by GitHub
commit 3fee251765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
# frozen_string_literal: true
require "cli/parser"
require "formula"
require "github_packages"
require "github_releases"