Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Feb 21, 2024
1 parent a80dc03 commit db65599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/definitions-parser/src/get-affected-packages.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { assertDefined, execAndThrowErrors, mapDefined, normalizeSlashes, withoutStart } from "@definitelytyped/utils";
import { AllPackages, PackageId, formatTypingVersion, getDependencyFromFile } from "./packages";
import { isAbsolute, resolve } from "path";
import { isAbsolute } from "path";
import { satisfies } from "semver";
import assert from "assert";
export interface PreparePackagesResult {
Expand Down

0 comments on commit db65599

Please sign in to comment.