mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Disable R0903
This commit is contained in:
parent
9eb7c2d8e8
commit
81212fb6db
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
from pathlib import Path
|
||||
|
||||
|
||||
class TomlErrors:
|
||||
class TomlErrors: # pylint: disable=[R0903]
|
||||
""" Raise ean error message for toml files.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue