diff options
| author | Scott Gasch <[email protected]> | 2022-02-08 17:46:56 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-08 17:46:56 -0800 |
| commit | e8fbbb7306430478dec55d2c963eed116d8330cc (patch) | |
| tree | 28c61b43d11df95b0d70d7f12eba139e02a3942e /type_utils.py | |
| parent | 0d63d44ac89aab38fe95f36497adaf95110ab949 (diff) | |
More cleanup, yey!
Diffstat (limited to 'type_utils.py')
| -rw-r--r-- | type_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/type_utils.py b/type_utils.py index 1584597..c2f432a 100644 --- a/type_utils.py +++ b/type_utils.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +"""Utility functions for dealing with typing.""" + import logging from typing import Any, Optional |
