We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b99507 commit 984819bCopy full SHA for 984819b
roboflow/core/version.py
@@ -109,9 +109,7 @@ def __init__(
109
def __check_if_generating(self):
110
# check Roboflow API to see if this version is still generating
111
112
- url = (
113
- f"{API_URL}/{self.workspace}/{self.project}/{self.version}?nocache=true"
114
- )
+ url = f"{API_URL}/{self.workspace}/{self.project}/{self.version}?nocache=true"
115
response = requests.get(url, params={"api_key": self.__api_key})
116
response.raise_for_status()
117
0 commit comments