Skip to content

Commit d85c885

Browse files
committed
Remove unused watchdog.py
Remove the unused linux.watchdog module; it is unused and a duplicate already exists in linux.system.
1 parent 2b90641 commit d85c885

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

linux/watchdog.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import random
33
import unittest
44

5-
from linux import system, watchdog
5+
from linux import system
66

77
class suspend(unittest.TestCase):
88
def test(self, rtc = 'rtc0'):

0 commit comments

Comments
 (0)