Blob Blame History Raw
From c2bf60c172102f20489b5d7c161372825d43aa7b Mon Sep 17 00:00:00 2001
From: Davide Cavalca <dcavalca@fb.com>
Date: Wed, 28 Oct 2020 09:22:58 -0700
Subject: [PATCH] testslide: remove unnecessary shebangs

---
 testslide/import_profiler.py | 1 -
 testslide/lib.py             | 1 -
 testslide/matchers.py        | 1 -
 3 files changed, 3 deletions(-)

diff --git a/testslide/import_profiler.py b/testslide/import_profiler.py
index 9d64329..8de1391 100644
--- a/testslide/import_profiler.py
+++ b/testslide/import_profiler.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # Copyright (c) Facebook, Inc. and its affiliates.
 #
 # This source code is licensed under the MIT license found in the
diff --git a/testslide/lib.py b/testslide/lib.py
index 3d8a200..7a70140 100644
--- a/testslide/lib.py
+++ b/testslide/lib.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # Copyright (c) Facebook, Inc. and its affiliates.
 #
 # This source code is licensed under the MIT license found in the
diff --git a/testslide/matchers.py b/testslide/matchers.py
index b797dcc..1a9dff3 100644
--- a/testslide/matchers.py
+++ b/testslide/matchers.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # Copyright (c) Facebook, Inc. and its affiliates.
 #
 # This source code is licensed under the MIT license found in the