Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Jun 13, 2016
1 parent a68c2a4 commit 1cfa861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
ROOT = abspath(join(dirname(__file__), ".."))

__version__ = version()
__doc__ = doc() # pylint: disable=redefined-builtin
__doc__ = doc() # pylint: disable=redefined-builtin

0 comments on commit 1cfa861

Please sign in to comment.