From a34eeeb5015666972a45105f6cf31295e6972ef7 Mon Sep 17 00:00:00 2001 From: freqnik Date: Tue, 19 Nov 2024 03:46:27 -0500 Subject: [PATCH] Remove erroneous scrtsxx import. Windows only. --- src/ui/widgets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/widgets.py b/src/ui/widgets.py index 1296ab2d..7a27499d 100755 --- a/src/ui/widgets.py +++ b/src/ui/widgets.py @@ -1308,7 +1308,6 @@ class PlanDetails(MDGridLayout): coin = StringProperty() def filter_nodes(self): - from fiat.stripe_pay import scrtsxx mw = Meile.app.root.get_screen(WindowNames.MAIN_WINDOW) Request = HTTPRequests.MakeRequest()