Browse Source

Removed unnecessary imports

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.9.0
julienmalard 4 years ago
parent
commit
2ed40237a5
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      lark/lexer.py

+ 0
- 6
lark/lexer.py View File

@@ -1,11 +1,5 @@
## Lexer Implementation

import re
try:
import regex
except ImportError:
regex = None

from .utils import Str, classify, get_regexp_width, Py36, Serialize
from .exceptions import UnexpectedCharacters, LexError, UnexpectedToken



Loading…
Cancel
Save