mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(curriculum): remove upcoming python superblock (#57247)
This commit is contained in:
committed by
GitHub
parent
62c4b665b7
commit
fcedb7e98d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user