Remove disable too many arg

This commit is contained in:
NanoCode012
2023-05-29 10:16:31 +09:00
parent e8717d3bef
commit 5658717dbd

View File

@@ -187,7 +187,7 @@ class ReflectAlpacaPrompter:
)
self.response_split = "ASSISTANT:"
def build_prompt( # pylint: disable=too-many-arguments
def build_prompt(
self,
instruction: str,
input: Union[None, str] = None, # pylint: disable=redefined-builtin