no longer need the warnings module since the deprecated functions were removed

This commit is contained in:
Axel Kohlmeyer
2024-09-04 23:09:10 -04:00
parent 7d93460717
commit 29cd430da6

View File

@ -16,7 +16,6 @@
# Written by Richard Berger <richard.berger@temple.edu> # Written by Richard Berger <richard.berger@temple.edu>
################################################################################ ################################################################################
import warnings
from ctypes import POINTER, c_void_p, c_char_p, c_double, c_int, c_int32, c_int64, cast from ctypes import POINTER, c_void_p, c_char_p, c_double, c_int, c_int32, c_int64, cast