From: Shane Jaroch Date: Fri, 12 Apr 2024 20:53:41 +0000 (-0400) Subject: remove shabangs X-Git-Tag: v0.2.8.dev2~45 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=f2c14ea72d7bfcace2186c3228ce8f1828f3b01f;p=nutratech%2Fcli.git remove shabangs --- diff --git a/ntclient/services/api/__init__.py b/ntclient/services/api/__init__.py index f8f153d..0be953b 100644 --- a/ntclient/services/api/__init__.py +++ b/ntclient/services/api/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Tue Feb 13 14:28:20 2024 diff --git a/ntclient/services/bugs.py b/ntclient/services/bugs.py index 68e3708..2cec060 100644 --- a/ntclient/services/bugs.py +++ b/ntclient/services/bugs.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Tue Feb 13 09:51:48 2024 diff --git a/ntclient/utils/__init__.py b/ntclient/utils/__init__.py index 042f66f..9f54cb3 100644 --- a/ntclient/utils/__init__.py +++ b/ntclient/utils/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Sun Mar 26 23:07:30 2023 diff --git a/ntclient/utils/sql.py b/ntclient/utils/sql.py index d19134f..f5c81da 100644 --- a/ntclient/utils/sql.py +++ b/ntclient/utils/sql.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Tue Feb 13 14:15:21 2024 diff --git a/tests/__init__.py b/tests/__init__.py index e69de29..c1e9a1c 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +""" +Created on Fri Apr 12 16:51:14 2024 + +@author: shane +""" diff --git a/tests/aaa/test_init.py b/tests/aaa/test_init.py index 0b5be14..3fa0931 100644 --- a/tests/aaa/test_init.py +++ b/tests/aaa/test_init.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Sun Feb 25 16:43:56 2024 diff --git a/tests/services/test_api.py b/tests/services/test_api.py index 1102094..f69928c 100644 --- a/tests/services/test_api.py +++ b/tests/services/test_api.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Fri Apr 12 16:14:03 2024