diff --git a/mypy_boto3_builder/utils/nice_path.py b/mypy_boto3_builder/utils/nice_path.py index dd8e5b90..3d9d0abc 100644 --- a/mypy_boto3_builder/utils/nice_path.py +++ b/mypy_boto3_builder/utils/nice_path.py @@ -4,7 +4,7 @@ from pathlib import Path -class NicePath(type(Path())): +class NicePath(type(Path())): # type: ignore """ Path that represents it as relative to workdir. """