Skip to content

Commit b13d13b

Browse files
committed
Fix issue where warnings.simplefilter('always') changes global warning behavior
1 parent db105fa commit b13d13b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shapefile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
import io
1919
from datetime import date
2020

21-
warnings.simplefilter("always")
22-
2321

2422
# Constants for shape types
2523
NULL = 0

0 commit comments

Comments
 (0)