We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458d28c commit f197f76Copy full SHA for f197f76
python/packaging.bzl
@@ -358,10 +358,7 @@ _requirement_attrs = {
358
"for details and examples of the format of this argument."),
359
),
360
"requires_file": attr.label(
361
- doc = (
362
- "Requirements file for list of requirements for this package." +
363
- "If set `requires`, this flag will be ignored.",
364
- ),
+ doc = "Requirements file for list of requirements for this package. If set `requires`, this flag will be ignored.",
365
allow_single_file = True,
366
367
}
0 commit comments