Skip to content

Commit

Permalink
🛠️ apply pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Aug 1, 2024
1 parent f44e951 commit b39b07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sentry/ingest/consumer/processors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import functools
import logging
from collections.abc import Mapping
from typing import Any, MutableMapping
from collections.abc import Mapping, MutableMapping
from typing import Any

import orjson
import sentry_sdk
Expand Down

0 comments on commit b39b07f

Please sign in to comment.