Skip to content

Commit

Permalink
fix filepathprovider type
Browse files Browse the repository at this point in the history
  • Loading branch information
kinto0 committed Oct 5, 2023
1 parent 7ca5d7f commit db94cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcst/metadata/file_path_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from libcst.metadata.base_provider import BatchableMetadataProvider


class FilePathProvider(BatchableMetadataProvider[Collection[Path]]):
class FilePathProvider(BatchableMetadataProvider[Path]):
"""
Provides the path to the current file on disk as metadata for the root
:class:`~libcst.Module` node. Requires a :class:`~libcst.metadata.FullRepoManager`.
Expand Down

0 comments on commit db94cf2

Please sign in to comment.