From 73a218ab2b8891d7a52f8df183964c605ffa4962 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Thu, 27 Jun 2024 12:27:56 +0100 Subject: [PATCH] fix: run lint --- tests/test_binaries.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_binaries.py b/tests/test_binaries.py index 8a6e1b0..a9b39c4 100644 --- a/tests/test_binaries.py +++ b/tests/test_binaries.py @@ -43,7 +43,6 @@ shells: List[Text] = [ binaries: List[Text] = [ # extend shells *shells, - # tools "git", "gh", @@ -52,7 +51,6 @@ binaries: List[Text] = [ "neofetch", "redis-cli", "redis-server", - # language: python "pyenv", "python", @@ -61,7 +59,6 @@ binaries: List[Text] = [ "pip3", "pipx", "poetry", - # langauge: js "node", "npm", @@ -70,7 +67,6 @@ binaries: List[Text] = [ binaries = [binary for binary in binaries if binary is not None] - # --------------------------------------------------------------------------- # # Tests # --------------------------------------------------------------------------- #