Skip to content

Commit

Permalink
Removed code that registered a dummy secret
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 24, 2024
1 parent 42d4980 commit bd1f257
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions datasette_secrets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,6 @@ async def get_secrets(datasette):
return secrets


@hookimpl
def register_secrets():
return [
Secret(
"OPENAI_API_KEY",
'An OpenAI API key. Get them from <a href="https://platform.openai.com/api-keys">here</a>.',
),
]


@hookimpl
def register_commands(cli):
@cli.group()
Expand Down

0 comments on commit bd1f257

Please sign in to comment.