Skip to content

Commit

Permalink
I'm sorry Patrik. Now the empty imports are gone.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWt committed Oct 8, 2024
1 parent 81b451f commit e1cb2bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { MockSyncStorage } from '../../helpers/mocks/service/mock-sync-storage.s
import { MockParticipationWebsocketService } from '../../helpers/mocks/service/mock-participation-websocket.service';
import { LocalStorageService, SessionStorageService } from 'ngx-webstorage';
import { TranslateService } from '@ngx-translate/core';
import {} from '@angular/router/testing';
import { ActivatedRoute, RouterModule } from '@angular/router';
import { ParticipationWebsocketService } from 'app/overview/participation-websocket.service';
import { ChangeDetectorRef, DebugElement } from '@angular/core';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { TextBlock, TextBlockType } from 'app/entities/text/text-block.model';
import { Feedback, FeedbackType } from 'app/entities/feedback.model';
import { ComplaintResponse } from 'app/entities/complaint-response.model';
import { AlertService } from 'app/core/util/alert.service';
import {} from '@angular/router/testing';
import { SubmissionService } from 'app/exercises/shared/submission/submission.service';
import { GradingInstructionLinkIconComponent } from 'app/shared/grading-instruction-link-icon/grading-instruction-link-icon.component';
import { MockSyncStorage } from '../../helpers/mocks/service/mock-sync-storage.service';
Expand Down

0 comments on commit e1cb2bb

Please sign in to comment.