Skip to content

Commit

Permalink
Fix formatting after bumping black to v24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinarmtb committed Apr 7, 2024
1 parent 648b4a1 commit 2e8c475
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions python/loopy_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Loopy API wrapper"""

import hashlib
from dataclasses import dataclass, replace

Expand Down
1 change: 1 addition & 0 deletions tests/nomp_api_100.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Transform script for nomp-api-100, nomp-api-105, omp-api-150, nomp-api-200,
nomp-api-205 and nomp-api-210.
"""

import loopy as lp

LOOPY_LANG_VERSION = (2018, 2)
Expand Down
5 changes: 3 additions & 2 deletions tests/nomp_api_225.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
""" Transform script for nomp-api-225, nomp-api-240, nomp-api-300 and
nomp-api-350. """
"""Transform script for nomp-api-225, nomp-api-240, nomp-api-300 and
nomp-api-350."""

import loopy as lp

LOOPY_LANG_VERSION = (2018, 2)
Expand Down
3 changes: 2 additions & 1 deletion tests/nomp_api_300.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Transform script for nomp-api-300. """
"""Transform script for nomp-api-300."""

import math

import loopy as lp
Expand Down
3 changes: 2 additions & 1 deletion tests/nomp_api_400.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Transform script for nomp-api-400. """
"""Transform script for nomp-api-400."""

import loopy as lp

LOOPY_LANG_VERSION = (2018, 2)
Expand Down
3 changes: 2 additions & 1 deletion tests/sem.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Annotation script for the spectral element kernels. """
"""Annotation script for the spectral element kernels."""

from typing import Dict

import loopy as lp
Expand Down

0 comments on commit 2e8c475

Please sign in to comment.