Skip to content

Commit b1b0af1

Browse files
Removed sync implementation of set functions
1 parent dd71e4e commit b1b0af1

File tree

2 files changed

+0
-378
lines changed

2 files changed

+0
-378
lines changed

dpctl/tensor/_set_functions_sync.py

Lines changed: 0 additions & 376 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ source = [
2222
omit = [
2323
"dpctl/tests/*",
2424
"dpctl/_version.py",
25-
"dpctl/tensor/_set_functions_sync.py",
2625
"*/_cython_api*/stringsource",
2726
]
2827

2928
[tool.coverage.report]
3029
omit = [
3130
"dpctl/tests/*",
3231
"dpctl/_version.py",
33-
"dpctl/tensor/_set_functions_sync.py",
3432
"*/_cython_api*/stringsource",
3533
]
3634

0 commit comments

Comments
 (0)