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.
This commit is contained in:
Avindra Goolcharan 2017-10-06 22:15:46 -04:00 committed by GitHub
parent 7c17516874
commit 9c52624ecb

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Displays GPU name, temperature and memory usage.