From 3e3962f33528c365b820ba7542e13eb6706dd23a Mon Sep 17 00:00:00 2001 From: "Rafael G. Dantas" Date: Sat, 14 Nov 2020 21:40:48 +0000 Subject: [PATCH] Removing unnecessary hashbang There is no need for it. --- tests/test_pesq.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_pesq.py b/tests/test_pesq.py index 29511bc..ebdfe79 100755 --- a/tests/test_pesq.py +++ b/tests/test_pesq.py @@ -1,5 +1,3 @@ -#!/usr/bin/python3 - import pytest import numpy as np import scipy.io.wavfile