Blob Blame History Raw
From 1f0981589fafcf91ca0c71e5237971f867f8b014 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 4/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.21.0