From 0d63d44ac89aab38fe95f36497adaf95110ab949 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 8 Feb 2022 14:38:15 -0800 Subject: More cleanup. --- conversion_utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conversion_utils.py') diff --git a/conversion_utils.py b/conversion_utils.py index 8e64a87..cf4fcaa 100644 --- a/conversion_utils.py +++ b/conversion_utils.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +"""Utilities involving converting between different units.""" + from typing import Callable, SupportsFloat import constants -- cgit v1.3