Skip to content

Commit

Permalink
Remove unused import to prevent setup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aumayr committed Feb 23, 2016
1 parent 996cd91 commit 49ab775
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions beancount_pygments_lexer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"""
from __future__ import absolute_import, unicode_literals, print_function

from .lexer import BeancountLexer
from .util.version import get_version

VERSION = (0, 1, 1, '', 0)
VERSION = (0, 1, 2, '', 0)

__url__ = "http://github.com/aumayr/beancount-pygments-lexer"
__version__ = get_version(VERSION)
Expand Down

0 comments on commit 49ab775

Please sign in to comment.