This commit is contained in:
Sofie Van Landeghem 2022-12-27 21:06:23 +01:00 committed by GitHub
parent 32ade37aac
commit fc389d5656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ class Warnings(metaclass=ErrorsWithCodes):
W122 = ("Couldn't trace method '{method}' in pipe '{pipe}'. This can happen if the pipe class "
"is a Cython extension type.")
W123 = ("Argument `enable` with value {enable} does not contain all values specified in the config option "
"`enabled` ({enabled}). Be aware that this might affect other components in your pipeline.")
"`enabled` ({enabled}). Be aware that this might affect other components in your pipeline. ")
class Errors(metaclass=ErrorsWithCodes):