From e698af84e31abdb92164b5c87cbeb96dc59133b9 Mon Sep 17 00:00:00 2001
From: Dmitry Shibanov <shibanov-1997@inbox.ru>
Date: Tue, 26 Apr 2022 16:25:49 +0200
Subject: [PATCH] rebuild code

---
 dist/setup/index.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dist/setup/index.js b/dist/setup/index.js
index baa759dc..c51a5f77 100644
--- a/dist/setup/index.js
+++ b/dist/setup/index.js
@@ -6112,9 +6112,6 @@ function run() {
                     yield cacheDependencies(cache, pythonVersion);
                 }
             }
-            else {
-                throw new Error("there's empty python-version input");
-            }
             const matchersPath = path.join(__dirname, '../..', '.github');
             core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
         }