Refactor: remove redundant import from wakatime data fetcher (#2944)

This commit is contained in:
Alexandr Garbuzov 2023-07-15 20:27:41 +03:00 committed by GitHub
parent 4eb01d80a2
commit 87619d618e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
import axios from "axios";
import { CustomError, MissingParamError } from "../common/utils.js";
import { I18n } from "../common/I18n.js";
/**
* WakaTime data fetcher.