Fix pylint.

This commit is contained in:
Jussi Pakkanen 2023-06-27 20:44:51 +03:00 committed by Eli Schwartz
parent f92bc05c18
commit 78b8d447ee
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ import typing as T
import textwrap import textwrap
import importlib import importlib
import copy import copy
import contextlib
if T.TYPE_CHECKING: if T.TYPE_CHECKING:
import argparse import argparse