Skip to content

Commit

Permalink
use pytest's tmp_path fixture instead of tempfile package
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Oct 29, 2024
1 parent c739e4c commit 9f94fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shortfin/tests/invocation/vmfb_buffer_access_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

import urllib.request
import tempfile
from pathlib import Path
import functools
import pytest
Expand Down

0 comments on commit 9f94fef

Please sign in to comment.