Browse Source

(pylint) fix

pull/233/head
Oliverpool 9 years ago
parent
commit
b994f91d35
  1. 2
      patacrep/latex/syntax.py

2
patacrep/latex/syntax.py

@ -1,8 +1,8 @@
"""Very simple LaTeX parser"""
import logging
import ply.yacc as yacc
from functools import lru_cache
import ply.yacc as yacc
from patacrep.latex import ast
from patacrep.latex.detex import detex

Loading…
Cancel
Save