Skip to content

Commit

Permalink
clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
asarazan committed Mar 3, 2024
1 parent 4c88b7e commit 2d8b019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kotlin/KlassPrinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { kotlin } from "./Klass";
import Klass = kotlin.Klass;
import ConstructorParameter = kotlin.ConstructorParameter;
import Mutability = kotlin.Mutability;
import { rest, split } from "lodash";
import { split } from "lodash";
import { MartokOptions } from "../martok/MartokOptions";
import { sanitizeKlassOutput, sanitizeKlassString } from "./KlassSanitizer";

Expand Down

0 comments on commit 2d8b019

Please sign in to comment.