Skip to content

Commit da7ec2b

Browse files
committed
Fix lint
1 parent d0ee0f7 commit da7ec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class BuildEnvironment(object):
294294
successful
295295
"""
296296

297-
def __init__(self, project=None, version=None, build=None, config=None,
297+
def __init__(self, project=None, version=None, build=None, config=None,
298298
record=True, environment=None, update_on_success=True):
299299
self.project = project
300300
self.version = version

0 commit comments

Comments
 (0)