Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 22, 2024
1 parent fb2bd7a commit 87d07b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# limitations under the License.

import contextlib
from packaging.version import Version

import numpy as np
import torch
from packaging.version import Version

try:
from cuda import cuda, cudart, nvrtc
from cuda import __version__ as cuda_python_version
from cuda import cuda, cudart, nvrtc

HAVE_CUDA_PYTHON = True
except ImportError:
Expand Down

0 comments on commit 87d07b8

Please sign in to comment.