Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaah committed Feb 3, 2022
1 parent a17ad53 commit 03f4112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/track.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import avaTest, { TestInterface } from 'ava';
import sinon, { SinonStub } from 'sinon';
import { TrackClient } from '../lib/track';
import { RegionUS, RegionEU, Region } from '../lib/regions';
import { RegionUS, RegionEU } from '../lib/regions';
import { IdentifierType } from '../lib/types';

type TestContext = { client: TrackClient };
Expand Down

0 comments on commit 03f4112

Please sign in to comment.