Skip to content

Commit a43d243

Browse files
committed
Remove unused variable
1 parent 2d67878 commit a43d243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vws/vws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import io
77
import json
88
from time import sleep
9-
from typing import Any, Dict, List, Union
9+
from typing import Dict, List, Union
1010
from urllib.parse import urljoin
1111

1212
import requests

0 commit comments

Comments
 (0)