From a373c7ab7781298e6a1dc726664c40ddcf5aaabd Mon Sep 17 00:00:00 2001 From: aurelien-reeves-scalingo Date: Thu, 5 Sep 2024 10:16:11 +0200 Subject: [PATCH] Fix linting offense --- src/Operations/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Operations/index.ts b/src/Operations/index.ts index 4c705d08..6a75e95e 100644 --- a/src/Operations/index.ts +++ b/src/Operations/index.ts @@ -1,5 +1,5 @@ -import { Operation } from "./utils"; import { Client } from ".."; +import { Operation } from "./utils"; import { unpackData } from "../utils"; /**