Skip to content

Commit 9879657

Browse files
committed
🖤 make black happy
1 parent feba059 commit 9879657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
from roboflow.models.semantic_segmentation import SemanticSegmentationModel
2929
from roboflow.util.annotations import amend_data_yaml
3030
from roboflow.util.versions import (
31+
get_wrong_dependencies_versions,
3132
print_warn_for_wrong_dependencies_versions,
32-
get_wrong_dependencies_versions
3333
)
3434

3535
load_dotenv()

roboflow/util/annotations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import os
2-
import yaml
3-
42
from typing import Callable
53

4+
import yaml
5+
66

77
def amend_data_yaml(path: str, callback: Callable[[dict], dict]):
88
with open(path) as source:

0 commit comments

Comments
 (0)