Skip to content

Commit

Permalink
lean4, pygments: Pacify pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Jun 12, 2022
1 parent e1dae31 commit 739b46d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion alectryon/lean4.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

import tempfile
import os
import subprocess
from pathlib import Path
from alectryon import json

Expand Down
2 changes: 1 addition & 1 deletion alectryon/pygments_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

from pygments.style import Style
from pygments.token import Keyword, Name, Comment, String, Error, \
Number, Operator, Generic, Whitespace, Punctuation, Other, Literal
Number, Operator, Generic, Punctuation, Other, Literal

class AlectryonStyle(Style):
"""A style inspired by the color palette of the Tango icon theme.
Expand Down

0 comments on commit 739b46d

Please sign in to comment.