From ae20f3bda7b8ade6cd0abcee074807aaaa44b246 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Tue, 28 May 2024 22:09:40 +0200 Subject: [PATCH] Remove shebang from filesize.py In #141 shebangs for `number.py` and `time.py` were removed, but `filesystem.py` maintained it. Signed-off-by: Mikel Olasagasti Uranga --- src/humanize/filesize.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/humanize/filesize.py b/src/humanize/filesize.py index 130cf51..e158bb4 100644 --- a/src/humanize/filesize.py +++ b/src/humanize/filesize.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """Bits and bytes related humanization.""" from __future__ import annotations