Skip to content

Commit

Permalink
added tempdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaputko committed Aug 20, 2024
1 parent 27e160c commit 705cf9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smartsim/_core/_cli/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
if t.TYPE_CHECKING:
# pylint: disable-next=unsubscriptable-object
_TemporaryDirectory = tempfile.TemporaryDirectory[str]
else:
_TemporaryDirectory = tempfile.TemporaryDirectory


class _VerificationTempDir(_TemporaryDirectory):
Expand Down

0 comments on commit 705cf9f

Please sign in to comment.