just move imports around.

This commit is contained in:
fiatjaf
2024-07-30 11:43:14 -03:00
parent a36142604d
commit 928c73513c
14 changed files with 13 additions and 15 deletions

View File

@@ -6,9 +6,9 @@ import (
"strconv"
"time"
"github.com/fiatjaf/cli/v3"
"github.com/markusmobius/go-dateparser"
"github.com/nbd-wtf/go-nostr"
"github.com/fiatjaf/cli/v3"
)
type NaturalTimeFlag = cli.FlagBase[nostr.Timestamp, struct{}, naturalTimeValue]