Skip to content

Commit 984819b

Browse files
committed
style
1 parent 2b99507 commit 984819b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ def __init__(
109109
def __check_if_generating(self):
110110
# check Roboflow API to see if this version is still generating
111111

112-
url = (
113-
f"{API_URL}/{self.workspace}/{self.project}/{self.version}?nocache=true"
114-
)
112+
url = f"{API_URL}/{self.workspace}/{self.project}/{self.version}?nocache=true"
115113
response = requests.get(url, params={"api_key": self.__api_key})
116114
response.raise_for_status()
117115

0 commit comments

Comments
 (0)