fixed pylint error

This commit is contained in:
botlabsDev 2021-10-22 15:05:43 +02:00
parent 539f3f599e
commit 1f8a556464

View file

@ -11,6 +11,7 @@ RE_PROGRAM_NAME = '(^[\\w-]*)-'
class FileBasic:
# pylint: disable=unused-private-member
__data = None
def __init__(self, file_path: Path):