chore(curriculum): remove upcoming python superblock (#57247)

This commit is contained in:
Oliver Eyton-Williams
2024-11-20 18:14:36 +01:00
committed by GitHub
parent 62c4b665b7
commit fcedb7e98d
43 changed files with 21 additions and 832 deletions
@@ -86,11 +86,7 @@ describe('external curriculum data build', () => {
({ dashedName }) => dashedName
);
const isUpcoming = [
'b1-english-for-developers',
'upcoming-python',
'full-stack-developer'
];
const isUpcoming = ['b1-english-for-developers', 'full-stack-developer'];
// TODO: this is a hack, we should have a single source of truth for the
// list of superblocks that are available.