From 9c52624ecb12adf6b3bcc3021feb7a0747ea179e Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Fri, 6 Oct 2017 22:15:46 -0400 Subject: [PATCH] nvidiagpu.py: remove invalid shebang This file has no actionable code when executed directly from a shell. It contains only a `class` as it is a bumblebee module. so the shebang should be removed. --- bumblebee/modules/nvidiagpu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bumblebee/modules/nvidiagpu.py b/bumblebee/modules/nvidiagpu.py index 87c34f5..42f1972 100644 --- a/bumblebee/modules/nvidiagpu.py +++ b/bumblebee/modules/nvidiagpu.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """Displays GPU name, temperature and memory usage.