Remove extra type signatures

This commit is contained in:
Rylan Polster 2021-08-06 04:40:22 -04:00
parent 2afbd38dde
commit f84265f9a2
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ module Homebrew
module API
module Analytics
class << self
sig { returns(String) }
def analytics_api_path
return generic_analytics_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?

View File

@ -5,7 +5,6 @@ module Homebrew
module API
module Bottle
class << self
sig { returns(String) }
def bottle_api_path
return generic_bottle_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?

View File

@ -5,7 +5,6 @@ module Homebrew
module API
module Formula
class << self
sig { returns(String) }
def formula_api_path
return generic_formula_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?