Skip to content

Commit 6ed0b1d

Browse files
author
Diptorup Deb
committed
Remove imports from __future__. The future is here now.
1 parent 0951961 commit 6ed0b1d

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

dpctl/_sycl_context.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
""" Implements SyclContext Cython extension type.
2222
"""
2323

24-
from __future__ import print_function
25-
2624
import logging
2725

2826
from cpython cimport pycapsule

dpctl/_sycl_event.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
""" Implements SyclEvent Cython extension type.
2222
"""
2323

24-
from __future__ import print_function
25-
2624
import logging
2725

2826
from ._backend cimport DPCTLEvent_Delete, DPCTLEvent_Wait, DPCTLSyclEventRef

dpctl/_sycl_platform.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
""" Implements SyclPlatform Cython extension type.
2222
"""
2323

24-
from __future__ import print_function
25-
2624
from ._backend cimport ( # noqa: E211
2725
DPCTLCString_Delete,
2826
DPCTLDeviceSelector_Delete,

dpctl/_sycl_queue.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
""" Implements SyclQueue Cython extension type.
2222
"""
2323

24-
from __future__ import print_function
25-
2624
from ._backend cimport ( # noqa: E211
2725
DPCTLContext_Create,
2826
DPCTLContext_Delete,

dpctl/_sycl_queue_manager.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
# cython: language_level=3
1919
# cython: linetrace=True
2020

21-
from __future__ import print_function
22-
2321
import logging
2422
from contextlib import contextmanager
2523

0 commit comments

Comments
 (0)