Skip to content

Commit f74b221

Browse files
committed
fix comment
1 parent 3c421dd commit f74b221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/converters/inputConverters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export abstract class BaseInputBlockConverter<T extends z.ZodObject> implements
6363
logger.error('Error parsing deepnote input metadata', deepnoteMetadataResult.error);
6464
}
6565

66-
// Create a code cell with Python language showing just the variable name
66+
// Default fallback: empty plaintext cell; subclasses render content/language
6767
const cell = new NotebookCellData(NotebookCellKind.Code, '', 'plaintext');
6868

6969
return cell;

0 commit comments

Comments
 (0)