Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: jmc <[email protected]>
  • Loading branch information
jmcook1186 authored and gnanakeethan committed Sep 15, 2023
1 parent d12ab50 commit a57431b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/lib/case-studies/sci-accenture-model.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { IImpactModelInterface } from '../interfaces';
import { KeyValuePair } from '../../types/boavizta';
import {IImpactModelInterface} from '../interfaces';
import {KeyValuePair} from '../../types/boavizta';

export class SciAccentureModel implements IImpactModelInterface {
authParams: object | undefined = undefined;
Expand Down
4 changes: 2 additions & 2 deletions src/lib/sci/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { IImpactModelInterface } from '../interfaces';
import { KeyValuePair } from '../../types/boavizta';
import {IImpactModelInterface} from '../interfaces';
import {KeyValuePair} from '../../types/boavizta';

export class SciModel implements IImpactModelInterface {
authParams: object | undefined = undefined;
Expand Down

0 comments on commit a57431b

Please sign in to comment.