Skip to content

Commit

Permalink
chore: reorder import
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Sep 22, 2023
1 parent ea73236 commit 6815842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CosmosClient } from "../CosmosClient";
import fs from "fs";
import path from "path";
import { CosmosClient } from "../CosmosClient";

describe("CosmosClient", () => {
let cosmosClient: CosmosClient;
Expand Down

0 comments on commit 6815842

Please sign in to comment.