#98 issue: Update latency.go
refactor: Removed duplicate import of flow library
This commit removes the duplicate import statement for the flow library from "retina\pkg\module\metrics\latency.go". Having duplicate imports can lead to confusion and potential issues with code maintenance. By removing the duplicate import, we ensure a cleaner and more maintainable codebase.
Signed-off-by: Mitesh Jalan [email protected]
@MiteshJalan please amend your commit message to conform to ConventionalCommits, sign it, and add signed-off-by (git commit --amend -S -s to do it all in one step)
This PR will be closed in 7 days due to inactivity.
Pull request closed due to inactivity.