Skip to content

Commit

Permalink
Revert "Use tempfile312"
Browse files Browse the repository at this point in the history
This reverts commit 88751f6.
  • Loading branch information
whyitfor committed Jan 2, 2025
1 parent c2869d1 commit e85dc3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import hashlib
import logging
import os
import tempfile312 as tempfile
import tempfile
import time
from contextlib import asynccontextmanager
from dataclasses import dataclass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os.path
import os.path
import tempfile312 as tempfile
import tempfile
from typing import Dict, Type

import pytest
Expand Down

0 comments on commit e85dc3d

Please sign in to comment.