Skip to content

Commit

Permalink
Change gaierror import
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Sep 20, 2021
1 parent 12e2403 commit 19630b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tribler-core/tribler_core/exception_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
import logging
import sys
from io import StringIO
from socket import gaierror
from traceback import print_exception
from typing import Callable, Optional

from _socket import gaierror

from tribler_common.sentry_reporter.sentry_reporter import SentryReporter

from tribler_core.utilities.utilities import froze_it
Expand Down

0 comments on commit 19630b7

Please sign in to comment.