Skip to content

Commit

Permalink
Alphabetize imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaline committed Feb 27, 2024
1 parent bb6a765 commit 6467245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { type Duplex, Writable } from "stream";
import { fileURLToPath } from "url";

import axios from "axios";
import Docker from "dockerode";
import { compareVersions } from "compare-versions";
import Docker from "dockerode";
import type { Schema } from "jsonschema";
import nunjucks from "nunjucks";
import type { PackageJson } from "type-fest";
Expand Down

0 comments on commit 6467245

Please sign in to comment.