Skip to content

Commit

Permalink
linting on lookoutui rename (#350)
Browse files Browse the repository at this point in the history
* linting of lookoutui rename
  • Loading branch information
Eleanor Pratt authored and GitHub Enterprise committed Feb 10, 2025
1 parent 6a00cd3 commit 0e6ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Job, JobFilter, JobKey, JobOrder } from "../../../models/lookoutV2Models"
import { GetJobsResponse, IGetJobsService } from "../GetJobsService"
import { compareValues, getActiveJobSets, mergeFilters, simulateApiWait } from "../../../utils/fakeJobsUtils"
import { GetJobsResponse, IGetJobsService } from "../GetJobsService"

export default class FakeGetJobsService implements IGetJobsService {
constructor(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Job, JobFilter, JobGroup, JobKey, JobOrder } from "../../../models/lookoutV2Models"
import { GroupedField, GroupJobsResponse, IGroupJobsService } from "../GroupJobsService"
import { compareValues, getActiveJobSets, mergeFilters, simulateApiWait } from "../../../utils/fakeJobsUtils"
import { GroupedField, GroupJobsResponse, IGroupJobsService } from "../GroupJobsService"

export default class FakeGroupJobsService implements IGroupJobsService {
constructor(
Expand Down

0 comments on commit 0e6ffcc

Please sign in to comment.