diff options
| author | Scott Gasch <[email protected]> | 2022-02-05 09:38:32 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-05 09:38:32 -0800 |
| commit | 20dc43226d16e404514c3cdfba00e04469dbc17d (patch) | |
| tree | 2f33ef19cb8e3af095e782148dc118caf9f30946 /conversion_utils.py | |
| parent | a3eb24ea374a7f231e595c1a6e2c8e49d482c594 (diff) | |
Add coding comments for files with utf8 characters in there.
Diffstat (limited to 'conversion_utils.py')
| -rw-r--r-- | conversion_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
