Skip to content

Commit

Permalink
fix: remove from provider
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed May 13, 2024
1 parent 6c8949a commit 36605ec
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def __init__(
repr_name: Optional[str] = None,
v3_credentials: Optional[List[str]] = None,
instructions: Optional[str] = None,
logo_url: Optional[str] = None,
) -> None:
"""Initialize the provider.
Expand All @@ -41,8 +40,6 @@ def __init__(
List of corresponding v3 credentials, by default None.
instructions: Optional[str]
Instructions on how to setup the provider. For example, how to get an API key.
logo_url: Optional[str]
Provider logo URL.
"""
self.name = name
self.description = description
Expand All @@ -57,4 +54,3 @@ def __init__(
self.repr_name = repr_name
self.v3_credentials = v3_credentials
self.instructions = instructions
self.logo_url = logo_url

0 comments on commit 36605ec

Please sign in to comment.