Skip to content

Commit 6d698ea

Browse files
authored
stage: exceptions: update formatting
1 parent 1937527 commit 6d698ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dvc/stage/exceptions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ class StageNameUnspecified(DvcException):
107107
def __init__(self, file):
108108
super().__init__(
109109
"Stage name not provided."
110-
"Please specify the name as: `{0}:stage_name`".format(
111-
file.relpath
112-
)
110+
"Please specify the name as: `{0}:stage_name`".format(file.relpath)
113111
)
114112

115113

0 commit comments

Comments
 (0)