Skip to content

Commit

Permalink
adjust for mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Denbraver committed May 11, 2024
1 parent ab40084 commit 903ca22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion piptools/_compat/pip_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def _from_importlib(cls, dist: _ImportLibDist) -> Distribution:
return cls(dist._dist.name, dist._dist.version, requires, dist.direct_url)


class FileLink(Link):
class FileLink(Link): # type: ignore[misc]
_url: str

@property
def file_path(self) -> str:
Expand Down

0 comments on commit 903ca22

Please sign in to comment.