From e8fbbb7306430478dec55d2c963eed116d8330cc Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 8 Feb 2022 17:46:56 -0800 Subject: More cleanup, yey! --- type_utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'type_utils.py') 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 -- cgit v1.3