Blob Blame History Raw
From a6bb0881076f20ea08cbfb5f774045ccbbc227d7 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Tue, 13 Nov 2018 05:34:52 -0500
Subject: [PATCH 3/5] Remove unnecessary shebang.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 asv/extern/asizeof.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/asv/extern/asizeof.py b/asv/extern/asizeof.py
index 74251a0..8ed514e 100644
--- a/asv/extern/asizeof.py
+++ b/asv/extern/asizeof.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Copyright, license and disclaimer are at the very end of this file.
 
 # This is the latest, enhanced version of the asizeof.py recipes at
-- 
2.31.1