Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Dec 8, 2017
1 parent d0ee0f7 commit da7ec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/doc_builder/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class BuildEnvironment(object):
successful
"""

def __init__(self, project=None, version=None, build=None, config=None,
def __init__(self, project=None, version=None, build=None, config=None,
record=True, environment=None, update_on_success=True):
self.project = project
self.version = version
Expand Down

0 comments on commit da7ec2b

Please sign in to comment.