omec-project / smf

8 stars 31 forks source link

Remove duplicated `context` import #276

Closed gab-arrobo closed 2 months ago

gab-arrobo commented 2 months ago

context was imported twice. This PR uses the alias, which is mostly used throughout the file

import (
        ...
        ...
    "github.com/omec-project/smf/context"
    smf_context "github.com/omec-project/smf/context"
        ...
        ...
)