add comments to suppress useless warnings from LGTM

This commit is contained in:
Axel Kohlmeyer
2021-05-15 23:35:14 -04:00
parent 185664824e
commit fde2295685
5 changed files with 20 additions and 20 deletions

View File

@ -20,7 +20,7 @@ import warnings
from ctypes import POINTER, c_double, c_int, c_int32, c_int64, cast
from .constants import *
from .constants import * # lgtm [py/polluting-import]
from .data import NeighList