1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Bastian Germann <bage@debian.org>
Date: Sun, 27 Jul 2025 18:59:45 +0200
Forwarded: not-needed
Subject: Drop unused cgitb import
Upstream has this as part of
https://github.com/Houston4444/HoustonPatchbay/commit/383576472842e050261c65f4c3d4939f29475ffa
---
--- a/HoustonPatchbay/patchbay/patchcanvas/portgroup_widget.py
+++ b/HoustonPatchbay/patchbay/patchcanvas/portgroup_widget.py
@@ -19,7 +19,6 @@
# Imports (Global)
-from cgitb import text
import logging
from math import floor
from typing import TYPE_CHECKING
|