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:
authorRemco Burema <41987080+rburema@users.noreply.github.com>2022-01-12 11:25:36 +0300
committerGitHub <noreply@github.com>2022-01-12 11:25:36 +0300
commita1622c77ea7259ecb956acd6de07b7d34b7ac52b (patch)
tree53952c75c8a50d97bd634d0ba0398116e25f597b
parent5eee9958a026cd1191ef134a305c3aa87b6a3a59 (diff)
parentaad41807c365ccef001b787407d7dc756e11de02 (diff)
Merge pull request #11246 from gferon/patch-1HEADmaster
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