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 8e86288 commit 7d0fd36Copy full SHA for 7d0fd36
roboflow/__init__.py
@@ -10,6 +10,7 @@
10
11
__version__ = "0.2.25"
12
13
+
14
def check_key(api_key, model, notebook, num_retries=0):
15
if type(api_key) is not str:
16
raise RuntimeError(
0 commit comments