Skip to content

Commit

Permalink
fix moar lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Nov 8, 2024
1 parent 5741196 commit edb4753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sentry_sdk/spotlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from typing import Callable
from typing import Dict
from typing import Optional
from typing import Self

from sentry_sdk.utils import (
logger as sentry_logger,
Expand Down Expand Up @@ -64,8 +65,6 @@ def capture_envelope(self, envelope):


try:
from typing import Self, Optional

from django.utils.deprecation import MiddlewareMixin
from django.http import HttpResponseServerError, HttpResponse, HttpRequest
from django.conf import settings
Expand Down

0 comments on commit edb4753

Please sign in to comment.