Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Jul 30, 2016
1 parent 9b73855 commit 1e11f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake8_pep257.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import pep257
import pep8
import pkg_resources
import pycodestyle

__author__ = '@Robpol86'
Expand Down Expand Up @@ -64,7 +63,7 @@ class Main(object):

name = 'flake8-pep257'
options = dict()
version = getattr(pkg_resources, 'require')('flake8-pep257')[0].version
version = __version__

def __init__(self, tree, filename):
"""Constructor.
Expand Down

0 comments on commit 1e11f11

Please sign in to comment.