Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuber21 committed Nov 14, 2024
1 parent 179e35d commit 3e22a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onedal/common/policy_manager.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ==============================================================================
# Copyright 2021 Intel Corporation
# Copyright 2024 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion onedal/datatypes/_data_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def to_table(*args):
if _is_dpc_backend:

try:
# ..common._policy_managered here instead of dpep_helpers because
# try/catch is used here instead of dpep_helpers because
# of circular import issues of _data_conversion.py and
# utils/validation.py. This is a temporary fix until the
# issue with dpnp is addressed, at which point this can
Expand Down

0 comments on commit 3e22a7e

Please sign in to comment.