Skip to content

Commit

Permalink
Remove an unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaline committed Feb 3, 2024
1 parent 57b863e commit 92730a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import envPaths from "env-paths";
import _ from "lodash";
import { z } from "zod";

import { OpenAPI } from "lib/api";
import { logger } from "lib/logging";

const getConfigPath = (): string => {
Expand Down

0 comments on commit 92730a9

Please sign in to comment.