fix: duplicate imports

This commit is contained in:
Derrick Hammer 2024-02-09 20:35:48 -05:00
parent 94fd1a6af0
commit 04948bde2c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -14,10 +14,8 @@ import (
"github.com/spf13/viper"
"go.uber.org/fx"
"go.uber.org/fx/fxevent"
_ "go.uber.org/fx/fxevent"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
_ "go.uber.org/zap/zapcore"
"net/http"
)