Skip to content

Commit

Permalink
fix missing tempfile import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrob95 committed Sep 6, 2024
1 parent 5107c1c commit 37b573b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions responses/tests/test_responses.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import inspect
import os
import re
import tempfile
import warnings
from io import BufferedReader
from io import BytesIO
Expand Down

0 comments on commit 37b573b

Please sign in to comment.