have pylint skip currently unmaintained files
This commit is contained in:
parent
284d307c0f
commit
a30a9ad763
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# pylint: skip-file
|
||||||
|
# This file is not maintained, but might be used in the future
|
||||||
|
#
|
||||||
import logging
|
import logging
|
||||||
import sys
|
import sys
|
||||||
from lbrynet.lbrylive.LiveStreamCreator import StdOutLiveStreamCreator
|
from lbrynet.lbrylive.LiveStreamCreator import StdOutLiveStreamCreator
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# pylint: skip-file
|
||||||
|
# This file is not maintained, but might be used in the future
|
||||||
|
#
|
||||||
import logging
|
import logging
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue