From 7d58abc67bcb7efecc9bf078c6fe47440e653a33 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 4 Dec 2025 10:21:53 -0500 Subject: [PATCH] Add shebang and encoding declaration to tests.py --- tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.py b/tests.py index 121bab3..d24f6d4 100644 --- a/tests.py +++ b/tests.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- + from __future__ import absolute_import, print_function, unicode_literals import os