From 57b349bba084ce789954fac3835613c2716a04e6 Mon Sep 17 00:00:00 2001 From: Celyn Walters <3299161+celynw@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:40:10 +0000 Subject: [PATCH] Remove shebang from `__init__.py` --- kellog/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kellog/__init__.py b/kellog/__init__.py index 6ca867f..4072b02 100644 --- a/kellog/__init__.py +++ b/kellog/__init__.py @@ -1,3 +1,2 @@ -#!/usr/bin/env python3 """Extremely easy to use python `print()` replacement with coloured output and status icons.""" from ._kellog import Kellog, critical, debug, error, info, log_args, warning