Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 2, 2023
1 parent ab63964 commit 0758655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2156,6 +2156,7 @@ def get_nvcc_args():
if gcc_version<(7, 5):
print("gcc versions older than 7.5 are not supported!")
for _ in range(5):
from time import sleep
sleep(1)
print(".")
if (8,1)<=gcc_version<(9, ):
Expand Down

0 comments on commit 0758655

Please sign in to comment.