Browse Source

Remove dead import

Rohan Agarwal 1 week ago
parent
commit
be46120189
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/sentry/runner/main.py

+ 0 - 1
src/sentry/runner/main.py

@@ -68,7 +68,6 @@ for cmd in map(
         "sentry.runner.commands.performance.performance",
         "sentry.runner.commands.spans.spans",
         "sentry.runner.commands.spans.write_hashes",
-        "sentry.runner.commands.openai.openai",
         "sentry.runner.commands.llm.llm",
         "sentry.runner.commands.workstations.workstations",
     ),