mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-09 08:14:11 +00:00
fixes for pyLint
This commit is contained in:
parent
3564680867
commit
3f1eac88be
14 changed files with 35 additions and 34 deletions
|
|
@ -22,7 +22,7 @@ import logging
|
|||
class Test_Watchdog:
|
||||
|
||||
def setup_method(self, method):
|
||||
logging.debug("[TEST] %s.%s" % (type(self).__name__, method.__name__))
|
||||
logging.debug("[TEST] %s.%s", (type(self).__name__, method.__name__))
|
||||
|
||||
def test_none(self):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue