Skip to content

Commit d435fbf

Browse files
committed
fix config.go
1 parent 42aff88 commit d435fbf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

backend/cmd/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package main
22

33
import (
4-
"github.com/HyperloopUPV-H8/h9-backend/internal/excel_adapter"
54
"github.com/HyperloopUPV-H8/h9-backend/internal/server"
65
"github.com/HyperloopUPV-H8/h9-backend/internal/vehicle"
76
)
87

98
type Config struct {
10-
Excel excel_adapter.ExcelAdapterConfig
119
Vehicle vehicle.Config
1210
Server server.Config
1311
}

0 commit comments

Comments
 (0)