diff --git a/src/fetchers/wakatime-fetcher.js b/src/fetchers/wakatime-fetcher.js index 4578b9e..2a2e039 100644 --- a/src/fetchers/wakatime-fetcher.js +++ b/src/fetchers/wakatime-fetcher.js @@ -1,6 +1,5 @@ import axios from "axios"; import { CustomError, MissingParamError } from "../common/utils.js"; -import { I18n } from "../common/I18n.js"; /** * WakaTime data fetcher.