From 29cd430da6b8da20ae9b10685866f17bbcb9931c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 4 Sep 2024 23:09:10 -0400 Subject: [PATCH] no longer need the warnings module since the deprecated functions were removed --- python/lammps/numpy_wrapper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/lammps/numpy_wrapper.py b/python/lammps/numpy_wrapper.py index a980a972fd..add4268b52 100644 --- a/python/lammps/numpy_wrapper.py +++ b/python/lammps/numpy_wrapper.py @@ -16,7 +16,6 @@ # Written by Richard Berger ################################################################################ -import warnings from ctypes import POINTER, c_void_p, c_char_p, c_double, c_int, c_int32, c_int64, cast