Skip to content

Commit

Permalink
Remove unused enum import
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Emerich <johannes@emerich.de>
  • Loading branch information
guyonvarch and knuton authored Sep 7, 2023
1 parent b53c24c commit 016fd09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kiosk/kiosk_browser/main_widget.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from PyQt5 import QtWidgets, QtCore
from dataclasses import dataclass
from enum import Enum, auto

from kiosk_browser import browser_widget, captive_portal
from kiosk_browser import proxy as proxy_module
Expand Down

0 comments on commit 016fd09

Please sign in to comment.