Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 27, 2023
1 parent bb2f669 commit 0f7819a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/argilla/server/errors/api_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ async def track_error(error: ServerError, request: Request):
if isinstance(error, (GenericServerError, EntityNotFoundError, EntityAlreadyExistsError)):
data["type"] = error.type


telemetry.get_telemetry_client().track_data(action="ServerErrorFound", data=data)

@staticmethod
Expand Down

0 comments on commit 0f7819a

Please sign in to comment.