Chore: fix tests, remove obsolete imports

This commit is contained in:
Pieter Vander Vennet 2025-04-22 01:45:34 +02:00
parent 3f577e7978
commit 2ea9236d37
6 changed files with 13 additions and 14 deletions

View file

@ -4,7 +4,6 @@ import { Changes } from "../Changes"
import { ChangeDescription } from "./ChangeDescription"
import { And } from "../../Tags/And"
import { OsmWay } from "../OsmObject"
import { GeoOperations } from "../../GeoOperations"
import InsertPointIntoWayAction from "./InsertPointIntoWayAction"
export default class CreateNewNodeAction extends OsmCreateAction {