From 20dc43226d16e404514c3cdfba00e04469dbc17d Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 5 Feb 2022 09:38:32 -0800 Subject: Add coding comments for files with utf8 characters in there. --- conversion_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conversion_utils.py') diff --git a/conversion_utils.py b/conversion_utils.py index 2c00ba4..8e64a87 100644 --- a/conversion_utils.py +++ b/conversion_utils.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- from typing import Callable, SupportsFloat -- cgit v1.3