File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
#
15
15
# You should have received a copy of the GNU General Public License
16
16
# along with this program. If not, see <https://www.gnu.org/licenses/>.
17
- import math
17
+
18
18
# This file allows to add custom data source as sensors and display them in System Monitor themes
19
19
# There is no limitation on how much custom data source classes can be added to this file
20
20
# See CustomDataExample theme for the theme implementation part
21
21
22
+ import math
22
23
import platform
23
- import random
24
24
from abc import ABC , abstractmethod
25
25
from typing import List
26
26
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PyYAML~=6.0.1 # For themes files
5
5
psutil ~= 5.9.8 # CPU / disk / network metrics
6
6
pystray ~= 0.19.5 # Tray icon (all OS)
7
7
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
9
9
sv-ttk ~= 2.6.0 # Tk Sun Valley theme for configuration editor
10
10
11
11
# Efficient image serialization
You can’t perform that action at this time.
0 commit comments