Skip to content

Commit

Permalink
More PEP8 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalegre committed Apr 7, 2019
1 parent 0545cee commit a23ea42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/nammu/view/SyntaxHighlighter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
from pyoracc.atf.atflex import AtfLexer

from java.awt import Color
from javax.swing.text import StyleConstants, SimpleAttributeSet, BadLocationException
from javax.swing.text import (
StyleConstants,
SimpleAttributeSet,
BadLocationException)
from ..utils import set_font


Expand Down

0 comments on commit a23ea42

Please sign in to comment.