Skip to content

Commit 1a4d870

Browse files
committed
add back in: # type: ignore
Signed-off-by: E3E <ntanzill@purdue.edu>
1 parent 206c942 commit 1a4d870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

verify_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ from tempfile import TemporaryDirectory
1919
from typing import Optional
2020

2121
try:
22-
import build as _
22+
import build as _ # type: ignore
2323
import requests
2424
except ImportError:
2525
print("Error: verify_release requires modules 'requests' and 'build':")

0 commit comments

Comments
 (0)