Skip to content

Commit

Permalink
🚨 Auto-format with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa committed Sep 12, 2021
1 parent f6c0ba2 commit 80a8746
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions structlog_sentry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import logging
import sys
from typing import List, Optional, Tuple, Union, Set, Iterable
from typing import Iterable, List, Optional, Set, Tuple, Union

from sentry_sdk import capture_event
from sentry_sdk.integrations.logging import ignore_logger as logging_int_ignore_logger
from sentry_sdk.integrations.logging import (
ignore_logger as logging_int_ignore_logger,
)
from sentry_sdk.utils import event_from_exception


Expand Down

0 comments on commit 80a8746

Please sign in to comment.