Skip to content

Commit 5410997

Browse files
committed
lint
1 parent 9d40844 commit 5410997

File tree

1 file changed

+0
-2
lines changed
  • unstructured_platform_plugins/etl_uvicorn

1 file changed

+0
-2
lines changed

unstructured_platform_plugins/etl_uvicorn/errors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class UserAuthError(UserError):
2020
status_code: int = 403
2121

2222

23-
2423
class RateLimitError(UserError):
2524
status_code: int = 429
2625

@@ -33,7 +32,6 @@ class ProviderError(BaseError):
3332
status_code: int = 500
3433

3534

36-
3735
class CatchAllError(BaseError):
3836
status_code: int = 512
3937

0 commit comments

Comments
 (0)