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:
parent
7c17516874
commit
9c52624ecb
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
"""Displays GPU name, temperature and memory usage.
|
"""Displays GPU name, temperature and memory usage.
|
||||||
|
|
Loading…
Reference in a new issue