Skip to content

Commit

Permalink
Compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jun 8, 2022
1 parent aebdc49 commit 2a87314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
logger = logging.getLogger(__name__)


def find_template(repo_dir: os.PathLike[str]) -> Path:
def find_template(repo_dir: "os.PathLike[str]") -> Path:
"""Determine which child directory of ``repo_dir`` is the project template.
:param repo_dir: Local directory of newly cloned repo.
Expand Down

0 comments on commit 2a87314

Please sign in to comment.