Skip to content

Commit 29ef89e

Browse files
committed
🖤 make black happy
1 parent 9879657 commit 29ef89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def __reformat_yaml(self, location: str, format: str):
560560
561561
:return None:
562562
"""
563-
data_path = os.path.join(location, 'data.yaml')
563+
data_path = os.path.join(location, "data.yaml")
564564

565565
def callback(content: dict) -> dict:
566566
if format == "mt-yolov6":

0 commit comments

Comments
 (0)