Skip to content

Commit

Permalink
Merge pull request #208 from gerlero/typing
Browse files Browse the repository at this point in the history
Update typing
  • Loading branch information
gerlero authored Oct 1, 2024
2 parents 93efaa7 + 5d1c531 commit 1d5a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foamlib/_cases/_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _copytree(
) -> None:
shutil.copytree(src, dest, symlinks=symlinks, ignore=ignore)

def __enter__(self) -> "FoamCase":
def __enter__(self) -> Self:
return self

def __exit__(
Expand Down

0 comments on commit 1d5a1c3

Please sign in to comment.