Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Killer intro project #19884

Draft
wants to merge 17 commits into
base: trunk
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove checkForTooLongSentences from imports
  • Loading branch information
hdvos committed Feb 16, 2023
commit 0b71a210af74dda2d612e2127e1af072745e239f
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { createAnchorOpeningTag } from "../../../helpers";
import AssessmentResult from "../../../values/AssessmentResult";
import { merge } from "lodash-es";
import { getSentences } from "../../../languageProcessing";
import checkForTooLongSentences from "../../helpers/assessments/checkForTooLongSentences";
import getWords from "../../../languageProcessing/helpers/word/getWords.js";
/**
* Represents the assessment that will look if the text has a list (only applicable for product pages).
Expand Down