fix nitpicks

This commit is contained in:
Maxim Lobanov
2020-12-09 14:30:30 +03:00
parent 4ce7f7efbc
commit 5b7cb28e2e
2 changed files with 2 additions and 13 deletions

View File

@@ -41,7 +41,6 @@ class PythonVersionsParser: BaseVersionsParser {
switch ($Label) {
"a" { return "alpha" }
"b" { return "beta" }
"rc" { return "rc" }
}
return $Label