Skip to content

Commit 29da582

Browse files
author
Diptorup Deb
committed
leftover black issues.
1 parent beac444 commit 29da582

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dpctl/memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# This is the dpctl.memory module containing the USM memory manager features
2323
# of dpctl.
2424
#
25-
#===------------------------------------------------------------------------===#
25+
# ===-----------------------------------------------------------------------===#
2626
"""
2727
**Data Parallel Control Memory**
2828

dpctl/program/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#===---------- __init__.py - dpctl.program module ----*---- Python ----*----===#
1+
# ==---------- __init__.py - dpctl.program module ----*---- Python ----*----===#
22
#
33
# Data Parallel Control (dpCtl)
44
#
@@ -16,13 +16,13 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
#
19-
#===------------------------------------------------------------------------===#
19+
# ==------------------------------------------------------------------------===#
2020
#
2121
# \file
2222
# This dpctl.program module wraps Sycl program creation functions defined in
2323
# dppl_sycl_program_interface.h.
2424
#
25-
#===------------------------------------------------------------------------===#
25+
# ==------------------------------------------------------------------------===#
2626
"""
2727
**Data Parallel Control Program**
2828

dpctl/tests/test_sycl_program.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@ def test_create_program_from_source(self):
113113
q = dpctl.get_current_queue()
114114
prog = dpctl_prog.create_program_from_source(q, oclSrc)
115115

116+
116117
if __name__ == "__main__":
117118
unittest.main()

0 commit comments

Comments
 (0)