Skip to content

Commit

Permalink
Add unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tzyl committed Dec 12, 2024
1 parent a39ef6a commit f426ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/site/deploy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import { isValidSemver, YargsCheckError } from "@osdk/cli.common";
import { getYargsBase, isValidSemver, YargsCheckError } from "@osdk/cli.common";
import type { CommandModule } from "yargs";
import type {
AutoVersionConfigType,
Expand Down

0 comments on commit f426ba8

Please sign in to comment.