Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Mar 27, 2024
1 parent e824240 commit ede4738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ interface DatasetTranslation {
[AlertMessageKey.TERMS_UPDATED]: AlertTranslation
[AlertMessageKey.DATASET_DELETED]: AlertTranslation
[AlertMessageKey.THUMBNAIL_UPDATED]: AlertTranslation
[AlertMessageKey.DATASET_CREATED]: AlertTranslation
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { TestsUtils } from '../../../shared/TestsUtils'
import { DatasetLabelValue } from '../../../../../src/dataset/domain/models/Dataset'
import { AlertMessageKey } from '../../../../../src/alert/domain/models/Alert'

describe('Create Dataset', () => {
before(() => {
Expand Down

0 comments on commit ede4738

Please sign in to comment.