Skip to content

Commit 8e081c1

Browse files
committed
Started on tests for kadastralekaart and hydrografie v2
1 parent 39ca94a commit 8e081c1

File tree

3 files changed

+73
-13
lines changed

3 files changed

+73
-13
lines changed

api/v2beta1/wms_conversion.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ package v2beta1
2626

2727
import (
2828
"errors"
29+
sharedModel "github.com/pdok/smooth-operator/model"
2930
"log"
3031
"strconv"
31-
"strings"
32-
33-
sharedModel "github.com/pdok/smooth-operator/model"
3432

3533
"sigs.k8s.io/controller-runtime/pkg/conversion"
3634

0 commit comments

Comments
 (0)