X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=argparse_utils.py;h=5a270f6ef22c1845be1bd6c59ab7fde1cb4cfe21;hb=d2357ff35e7752ae3eb6caa2813c35c17fea778b;hp=43536e460b7b4cc238c09d263bd36ae2b3b8f88e;hpb=e6f32fdd9b373dfcd100c7accb41f57d83c2f0a1;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.