Skip to content

Commit

Permalink
This is only used as an object.
Browse files Browse the repository at this point in the history
No harm but this avoids it appearing in the structure builder.
  • Loading branch information
microbit-matt-hillsdon committed Mar 26, 2024
1 parent e1f6312 commit 811c7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/pythonModuleItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import AlternativeContentList from './AlternativeContentList'
const pythonModuleItem = defineType({
title: 'Module item',
name: 'pythonModuleItem',
type: 'document',
type: 'object',
preview: {
select: {
api: 'pythonApiEntry',
Expand Down

0 comments on commit 811c7a0

Please sign in to comment.