Skip to content

Commit 7252468

Browse files
committed
flake8
1 parent e54d7bd commit 7252468

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/ess/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2022 Scipp contributors (https://github.com/scipp)
33

4+
# flake8: noqa: F401
5+
46
try:
57
from . import _version
68
__version__ = _version.__version__

src/ess/reflectometry/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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+
46
from . import corrections
57
from . import conversions
68
from . import io

src/ess/sans/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2022 Scipp contributors (https://github.com/scipp)
33

4+
# flake8: noqa: F401
5+
46
from . import common
57
from . import conversions
68
from . import normalization

0 commit comments

Comments
 (0)