Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Bulthuis committed Nov 5, 2019
1 parent efd1ded commit ca44060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/retry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { delay, randomBetween } from ".";
import { CancelError } from './cancellable';
import { CancelError } from "./cancellable";

export interface RetryConfig {
retryLimit?: number;
Expand Down

0 comments on commit ca44060

Please sign in to comment.