Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kokerinks committed Jul 23, 2024
1 parent 214af9b commit 7374d11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/core/services/assignee.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { GithubUser } from '../models/github-user.model';
import { Issue } from '../models/issue.model';
import { Filter } from './filters.service';
import { GithubService } from './github.service';

@Injectable({
Expand Down
1 change: 0 additions & 1 deletion src/app/shared/issue-tables/dropdownfilter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Issue } from '../../core/models/issue.model';
import { AssigneeService } from '../../core/services/assignee.service';
import { Filter } from '../../core/services/filters.service';

type StatusInfo = {
Expand Down

0 comments on commit 7374d11

Please sign in to comment.