Skip to content

Commit

Permalink
fix(azure): "azure" scheme was not registered (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin authored Nov 16, 2022
1 parent 7cab9e3 commit 2791565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pathy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@ def scandir(self) -> Generator[BucketEntry, None, None]:
_optional_clients: Dict[str, str] = {
"gs": "pathy.gcs",
"s3": "pathy.s3",
"azure": "pathy.azure",
}
BucketClientType = TypeVar("BucketClientType", bound=BucketClient)

Expand Down

0 comments on commit 2791565

Please sign in to comment.