From f2c14ea72d7bfcace2186c3228ce8f1828f3b01f Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 12 Apr 2024 16:53:41 -0400 Subject: [PATCH] remove shabangs --- ntclient/services/api/__init__.py | 1 - ntclient/services/bugs.py | 1 - ntclient/utils/__init__.py | 1 - ntclient/utils/sql.py | 1 - tests/__init__.py | 6 ++++++ tests/aaa/test_init.py | 1 - tests/services/test_api.py | 1 - 7 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.52.0