Skip to content

Commit ea66169

Browse files
committed
Merge remote-tracking branch 'origin/main' into hicwic/feature/plot-graph
2 parents abb5e1d + ff2a4b0 commit ea66169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/sensors/sensors_custom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
#
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <https://www.gnu.org/licenses/>.
17-
import math
17+
1818
# This file allows to add custom data source as sensors and display them in System Monitor themes
1919
# There is no limitation on how much custom data source classes can be added to this file
2020
# See CustomDataExample theme for the theme implementation part
2121

22+
import math
2223
import platform
23-
import random
2424
from abc import ABC, abstractmethod
2525
from typing import List
2626

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PyYAML~=6.0.1 # For themes files
55
psutil~=5.9.8 # CPU / disk / network metrics
66
pystray~=0.19.5 # Tray icon (all OS)
77
babel~=2.14.0 # Date/time formatting
8-
ruamel.yaml~=0.18.5 # For configuration editor
8+
ruamel.yaml~=0.18.6 # For configuration editor
99
sv-ttk~=2.6.0 # Tk Sun Valley theme for configuration editor
1010

1111
# Efficient image serialization

0 commit comments

Comments
 (0)