Skip to content

Commit 4649bbe

Browse files
corrected dependencies in client.py
1 parent aef25cc commit 4649bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_google_sheets/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""REST client handling, including google_sheetsStream base class."""
22

3+
import random
34
from pathlib import Path
4-
from random import random
55
from typing import Any, Dict, Iterable, Optional
66

77
import requests

0 commit comments

Comments
 (0)