diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-01 19:34:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 19:34:25 +0200 |
| commit | 2ee4175437bbfcddf98e5eacba9b019113716ac8 (patch) | |
| tree | aff6c7c9adfc27f0f33ab4e14edcf17829dbb282 /lib/gui/__init__.py | |
| parent | eb64c88a8bf9c8fe66c33a5309d28e526b994d25 (diff) | |
Remove electron entirely (#2859)
Co-authored-by: rejbasket
Diffstat (limited to 'lib/gui/__init__.py')
| -rw-r--r-- | lib/gui/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gui/__init__.py b/lib/gui/__init__.py index a785e49a..53fb7e65 100644 --- a/lib/gui/__init__.py +++ b/lib/gui/__init__.py @@ -4,7 +4,6 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from .dialogs import confirm_dialog, info_dialog -from .electron import open_url from .presets import PresetsPanel from .simulator import PreviewRenderer from .warnings import WarningPanel |
