mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 11:41:23 +00:00
fix nitpicks
This commit is contained in:
@@ -41,7 +41,6 @@ class PythonVersionsParser: BaseVersionsParser {
|
||||
switch ($Label) {
|
||||
"a" { return "alpha" }
|
||||
"b" { return "beta" }
|
||||
"rc" { return "rc" }
|
||||
}
|
||||
|
||||
return $Label
|
||||
|
||||
Reference in New Issue
Block a user