Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cura/CrashHandler.py')
-rw-r--r--cura/CrashHandler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py
index c911a42350..35e9aa832b 100644
--- a/cura/CrashHandler.py
+++ b/cura/CrashHandler.py
@@ -12,8 +12,6 @@ import json
import locale
from typing import cast, Any
-import sentry_sdk
-
try:
from sentry_sdk.hub import Hub
from sentry_sdk.utils import event_from_exception