Skip to content

Commit 62f5765

Browse files
committed
Remove duplicate
1 parent e207993 commit 62f5765

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

crates/tmc-langs-cli/bindings.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ export interface ExerciseSubmission { exercise_name: string, id: number, user_id
8080

8181
export interface ExercisePoint { id: number, exercise_id: number, name: string, requires_review: boolean, }
8282

83-
export interface Exercise { id: number, name: string, locked: boolean, deadline_description: string | null, deadline: string | null, soft_deadline: string | null, soft_deadline_description: string | null, checksum: string, return_url: string, zip_url: string, returnable: boolean, requires_review: boolean, attempted: boolean, completed: boolean, reviewed: boolean, all_review_points_given: boolean, memory_limit: number | null, runtime_params: Array<string>, valgrind_strategy: string | null, code_review_requests_enabled: boolean, run_tests_locally_action_enabled: boolean, latest_submission_url: string | null, latest_submission_id: number | null, solution_zip_url: string | null, }
84-
8583
export interface PythonVer { major: number | null, minor: number | null, patch: number | null, }
8684

8785
export interface TmcConfig { projects_dir: string, }

crates/tmc-langs-cli/src/output.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ fn generate_output_definition() {
313313
Exercise,
314314
ExerciseSubmission,
315315
ExercisePoint,
316-
Exercise,
317316
PythonVer,
318317
TmcConfig,
319318
ConfigValue,

0 commit comments

Comments
 (0)