Skip to content

Commit

Permalink
fix(disk): remove unnecessary whitespace in disk widget code
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Jan 6, 2025
1 parent 5972b1b commit 1c6ecbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/widgets/yasb/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re
from core.widgets.base import BaseWidget
from core.validation.widgets.yasb.disk import VALIDATION_SCHEMA
from PyQt6.QtWidgets import QLabel, QHBoxLayout, QWidget, QDialog, QProgressBar, QVBoxLayout, QApplication
from PyQt6.QtWidgets import QLabel, QHBoxLayout, QWidget, QProgressBar, QVBoxLayout, QApplication
from PyQt6.QtCore import Qt, QPoint, pyqtSignal, QEvent
from core.utils.win32.blurWindow import Blur
from core.utils.utilities import is_windows_10
Expand Down Expand Up @@ -83,8 +83,7 @@ def __init__(
if not self._group_label['enabled']:
self.start_timer()




def _toggle_label(self):
if self._group_label['enabled']:
self.show_group_label()
Expand Down

0 comments on commit 1c6ecbe

Please sign in to comment.