Skip to content

Commit bf7f5c9

Browse files
committed
Remove unneeded comments
1 parent 7bf6b9f commit bf7f5c9

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/gt4py/storage/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#
1313
# SPDX-License-Identifier: GPL-3.0-or-later
1414

15-
# flake8: noqa: F401
16-
1715
"""GridTools storages utilities."""
1816

1917
from . import cartesian

tests/cartesian_tests/unit_tests/test_gtc/test_definitive_assignment_analysis.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
1212
#
1313
# SPDX-License-Identifier: GPL-3.0-or-later
14-
# flake8: noqa: F841
1514

1615
import typing
1716
from typing import Callable, List, Tuple, TypedDict

tests/cartesian_tests/unit_tests/test_gtc/test_passes/test_min_k_interval.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
1212
#
1313
# SPDX-License-Identifier: GPL-3.0-or-later
14-
# flake8: noqa: F841
1514

1615
import typing
1716
from typing import Callable, List, Tuple, TypedDict

0 commit comments

Comments
 (0)