fix linting

This commit is contained in:
olgavrou 2023-09-11 13:36:01 -04:00
parent 42d0d485a9
commit 30d02e3a34
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
from typing import Iterator, List
import pytest
from . import is_libcublas_available

View File

@ -2,6 +2,7 @@ import os
from typing import Iterator, List
import pytest
from . import is_libcublas_available