Browse Source

Fixup: moved import to standalone.

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Erez Sh 3 years ago
parent
commit
8aa4bfbd95
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      lark/exceptions.py

+ 1
- 2
lark/exceptions.py View File

@@ -1,9 +1,8 @@
from collections.abc import Sequence

from .utils import logger, NO_VALUE from .utils import logger, NO_VALUE




###{standalone ###{standalone
from collections.abc import Sequence




class LarkError(Exception): class LarkError(Exception):


Loading…
Cancel
Save