Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Nov 29, 2023
1 parent 853726c commit a2858e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion inlang/source-code/ide-extension/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const CONFIGURATION = {
},
FILES: {
// TODO: remove this hardcoded assumption for multi project support
//
//
PROJECT: "project.inlang/settings.json",
},
} as const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { createFileSystemMapper } from "./createFileSystemMapper.js"
import { _import } from "./import/_import.js"
import type { TelemetryEvents } from "../services/telemetry/events.js"
import { tryCatch } from "@inlang/result"
import { CONFIGURATION } from "../configuration.js"
import fs from "node:fs/promises"

// Helper Functions
Expand Down

0 comments on commit a2858e6

Please sign in to comment.