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 feba059 commit 9879657Copy full SHA for 9879657
roboflow/core/version.py
@@ -28,8 +28,8 @@
28
from roboflow.models.semantic_segmentation import SemanticSegmentationModel
29
from roboflow.util.annotations import amend_data_yaml
30
from roboflow.util.versions import (
31
+ get_wrong_dependencies_versions,
32
print_warn_for_wrong_dependencies_versions,
- get_wrong_dependencies_versions
33
)
34
35
load_dotenv()
roboflow/util/annotations.py
@@ -1,8 +1,8 @@
1
import os
2
-import yaml
3
-
4
from typing import Callable
5
+import yaml
+
6
7
def amend_data_yaml(path: str, callback: Callable[[dict], dict]):
8
with open(path) as source:
0 commit comments