Remove two useless initialize methods

This commit is contained in:
gregoirenovel 2018-10-15 18:16:16 +02:00
parent 22088b167d
commit f66f0f9668
2 changed files with 0 additions and 6 deletions

View file

@ -6,9 +6,6 @@ class ApiEntreprise::API
TIMEOUT = 15
def initialize
end
def self.entreprise(siren, procedure_id)
call(ENTREPRISE_RESOURCE_NAME, siren, procedure_id)
end