replace wildcard imports with explicit ones

This commit is contained in:
Axel Kohlmeyer
2024-04-18 00:19:42 -04:00
parent ebd77afd58
commit d16d3ee02b
2 changed files with 7 additions and 3 deletions

View File

@ -28,7 +28,7 @@ import tempfile
from collections import namedtuple
from .core import lammps
from .constants import * # lgtm [py/polluting-import]
from .constants import LMP_VAR_EQUAL, LMP_VAR_ATOM, LMP_VAR_VECTOR, LMP_VAR_STRING
# -------------------------------------------------------------------------