Remove extra type signatures
This commit is contained in:
parent
2afbd38dde
commit
f84265f9a2
@ -5,7 +5,6 @@ module Homebrew
|
|||||||
module API
|
module API
|
||||||
module Analytics
|
module Analytics
|
||||||
class << self
|
class << self
|
||||||
sig { returns(String) }
|
|
||||||
def analytics_api_path
|
def analytics_api_path
|
||||||
return generic_analytics_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
|
return generic_analytics_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@ module Homebrew
|
|||||||
module API
|
module API
|
||||||
module Bottle
|
module Bottle
|
||||||
class << self
|
class << self
|
||||||
sig { returns(String) }
|
|
||||||
def bottle_api_path
|
def bottle_api_path
|
||||||
return generic_bottle_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
|
return generic_bottle_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@ module Homebrew
|
|||||||
module API
|
module API
|
||||||
module Formula
|
module Formula
|
||||||
class << self
|
class << self
|
||||||
sig { returns(String) }
|
|
||||||
def formula_api_path
|
def formula_api_path
|
||||||
return generic_formula_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
|
return generic_formula_api_path if Homebrew::EnvConfig.force_homebrew_on_linux?
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user