X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=argparse_utils.py;fp=argparse_utils.py;h=5a270f6ef22c1845be1bd6c59ab7fde1cb4cfe21;hb=31c81f6539969a5eba864d3305f9fb7bf716a367;hp=43536e460b7b4cc238c09d263bd36ae2b3b8f88e;hpb=5317c50ce7a96a37acfab3800c0935580766dbbf;p=python_utils.git diff --git a/argparse_utils.py b/argparse_utils.py index 43536e4..5a270f6 100644 --- a/argparse_utils.py +++ b/argparse_utils.py @@ -8,7 +8,6 @@ from typing import Any from overrides import overrides - # This module is commonly used by others in here and should avoid # taking any unnecessary dependencies back on them.