Skip to content

Commit 31cfe3c

Browse files
Remove pdb statement
1 parent 5c46e03 commit 31cfe3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: tests/conftest.py

-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ def mock_rasterio_open(asset):
2929
"https://noaa-eri-pds.s3.us-east-1.amazonaws.com/2020_Nashville_Tornado/20200307a_RGB",
3030
DATA_DIR,
3131
)
32-
import pdb
33-
34-
pdb.set_trace()
3532
return rasterio.open(asset)

0 commit comments

Comments
 (0)