Skip to content

Commit

Permalink
Ignore Path typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 3, 2020
1 parent 05bd4be commit 7cf6d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_boto3_builder/utils/nice_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 7cf6d4a

Please sign in to comment.