Skip to content

Commit 5b88cd9

Browse files
njbrakeclaude
andcommitted
chore(control-plane): drop unrelated uv.lock, tidy spacing
Keep the PR a focused bug fix: remove the uv.lock this branch added (committing a lockfile for the first time is a project-wide decision unrelated to the error-mapping fix, and CI does not consume it), and collapse a stray extra blank line between the two new module functions in _base.py. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 578e568 commit 5b88cd9

2 files changed

Lines changed: 0 additions & 580 deletions

File tree

src/otari/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def extract_detail(error: ApiException) -> str:
271271
return error.reason or "An error occurred"
272272

273273

274-
275274
def map_api_exception(error: ApiException) -> OtariError:
276275
"""Map a generated ``ApiException`` to a typed otari exception.
277276

0 commit comments

Comments
 (0)