Skip to content

Commit 5e3895f

Browse files
Corrected order of dependencies
1 parent b0afda6 commit 5e3895f

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
@@ -3,11 +3,11 @@
33
from pathlib import Path
44
from random import random
55
from typing import Any, Dict, Iterable, Optional
6-
from typing_extensions import override
76

87
import requests
98
from singer_sdk.helpers.jsonpath import extract_jsonpath
109
from singer_sdk.streams import RESTStream
10+
from typing_extensions import override
1111

1212
from tap_google_sheets.auth import (
1313
GoogleSheetsAuthenticator,

0 commit comments

Comments
 (0)