diff options
| author | Scott Gasch <[email protected]> | 2022-02-08 14:38:15 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-08 14:38:15 -0800 |
| commit | 0d63d44ac89aab38fe95f36497adaf95110ab949 (patch) | |
| tree | 150c4fa334505d17d830592901d6b96b3a4d464e /conversion_utils.py | |
| parent | 5c212d7639f62fcb936f9d7a0bbe704a9f7b213d (diff) | |
More cleanup.
Diffstat (limited to 'conversion_utils.py')
| -rw-r--r-- | conversion_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
