Skip to content

Commit 3aaef75

Browse files
author
TOPAPEC
committed
Add type: ignore[import-untyped] for requests in benchmark script
1 parent 39b89d4 commit 3aaef75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/compare_sasrec_unisrec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import numpy as np
2626
import pandas as pd
27-
import requests
27+
import requests # type: ignore[import-untyped]
2828
import torch
2929
from tqdm import tqdm
3030

0 commit comments

Comments
 (0)