diff options
Diffstat (limited to 'internal/statsengine/snapshot.go')
| -rw-r--r-- | internal/statsengine/snapshot.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/statsengine/snapshot.go b/internal/statsengine/snapshot.go index 8c9656e..f2b617b 100644 --- a/internal/statsengine/snapshot.go +++ b/internal/statsengine/snapshot.go @@ -1,9 +1,10 @@ package statsengine import ( - "ior/internal/types" "slices" "time" + + "ior/internal/types" ) // TrendDirection is the direction of a time-window comparison. |
