File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
22# Copyright (c) 2022 Scipp contributors (https://github.com/scipp)
33
4+ # flake8: noqa: F401
5+
46try :
57 from . import _version
68 __version__ = _version .__version__
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
22# Copyright (c) 2022 Scipp contributors (https://github.com/scipp)
3- # flake8 : noqa: F401
3+
4+ # flake8: noqa: F401
5+
46from . import corrections
57from . import conversions
68from . import io
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
22# Copyright (c) 2022 Scipp contributors (https://github.com/scipp)
33
4+ # flake8: noqa: F401
5+
46from . import common
57from . import conversions
68from . import normalization
You can’t perform that action at this time.
0 commit comments