mirror of
https://github.com/botlabsDev/npkpy.git
synced 2026-01-27 22:57:16 +01:00
fixed pylint error
This commit is contained in:
parent
539f3f599e
commit
1f8a556464
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ RE_PROGRAM_NAME = '(^[\\w-]*)-'
|
|||
|
||||
|
||||
class FileBasic:
|
||||
# pylint: disable=unused-private-member
|
||||
__data = None
|
||||
|
||||
def __init__(self, file_path: Path):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue