Skip to content

Commit

Permalink
Fix license files and imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Oct 4, 2024
1 parent 5636789 commit 8abbb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion antlr/traffic_class/trafficclass_lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ package traffic_class

import (
"fmt"
"github.com/antlr4-go/antlr/v4"
"sync"
"unicode"

"github.com/antlr4-go/antlr/v4"
)

// Suppress unused import error
Expand Down

0 comments on commit 8abbb6b

Please sign in to comment.