Skip to content

Commit 241332d

Browse files
Fix lint
1 parent edc8bc9 commit 241332d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linodecli/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ def bake(self, spec_location: str, save: bool = True):
110110
if action is None:
111111
action = operation.operationId
112112
logger.info(
113-
"%s: Using operationId (%s) as action because %s extension is not specified",
113+
"%s: Using operationId (%s) as action because "
114+
"%s extension is not specified",
114115
operation_log_fmt,
115116
action,
116117
ext["action"],

0 commit comments

Comments
 (0)