From 950aeab06f37b67c24b9fe015bd0948729011eca Mon Sep 17 00:00:00 2001 From: Oleg Sobolev Date: Thu, 21 Sep 2023 08:56:53 -0700 Subject: [PATCH] unused import --- cctbx/xray/structure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cctbx/xray/structure.py b/cctbx/xray/structure.py index fd625c13a3..e822e6de12 100644 --- a/cctbx/xray/structure.py +++ b/cctbx/xray/structure.py @@ -19,7 +19,6 @@ from libtbx.utils import count_max, Sorry, Keep from libtbx.test_utils import approx_equal from libtbx import group_args -from libtbx.assert_utils import is_string from cctbx.eltbx.neutron import neutron_news_1992_table from cctbx import eltbx from libtbx.utils import format_float_with_standard_uncertainty \