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:
authorGabriel FĂ©ron <g@leirbag.net>2022-01-11 22:28:41 +0300
committerGitHub <noreply@github.com>2022-01-11 22:28:41 +0300
commitaad41807c365ccef001b787407d7dc756e11de02 (patch)
tree53952c75c8a50d97bd634d0ba0398116e25f597b
parent5eee9958a026cd1191ef134a305c3aa87b6a3a59 (diff)
Remove unused import of sentry_sdk
-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