Explorar el Código

Fixup: moved import to standalone.

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Erez Sh hace 3 años
padre
commit
8aa4bfbd95
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      lark/exceptions.py

+ 1
- 2
lark/exceptions.py Ver fichero

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

from .utils import logger, NO_VALUE


###{standalone
from collections.abc import Sequence


class LarkError(Exception):


Cargando…
Cancelar
Guardar