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:
authorJaime van Kessel <nallath@gmail.com>2022-01-05 16:08:00 +0300
committerJaime van Kessel <nallath@gmail.com>2022-01-05 16:08:00 +0300
commit6e4143ba591d460e665dfd1ed30dd8e814ab16fd (patch)
tree35f43521bc3069e170a48ce16507a9fedbea7e8d /plugins
parentab0c03cf6598b56764169546148a1fa85f61279c (diff)
parentb7357d054ba4b9b4dedb232e5981e641facd1db3 (diff)
Merge branch '4.13' of github.com:Ultimaker/Cura
Diffstat (limited to 'plugins')
-rw-r--r--plugins/SentryLogger/SentryLogger.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SentryLogger/SentryLogger.py b/plugins/SentryLogger/SentryLogger.py
index 29230abb1f..0a65e1e00a 100644
--- a/plugins/SentryLogger/SentryLogger.py
+++ b/plugins/SentryLogger/SentryLogger.py
@@ -11,7 +11,6 @@ try:
except ImportError:
pass
from typing import Optional
-import os
class SentryLogger(LogOutput):