Remove innecessary requirement

This commit is contained in:
Mikhail f. Shiryaev 2022-04-20 10:23:59 +02:00
parent 3642977fc8
commit 462a28a2e6
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -28,7 +28,6 @@ if __name__ == "__main__":
)
parser.add_argument(
"--docs-branch",
required=True,
default="",
help="a branch to get from docs repository",
)