Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit fa28c99

Browse files
author
Kenneth Reitz
committed
pep8
1 parent 2ceb867 commit fa28c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bob/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
WORKSPACE = os.environ.get('WORKSPACE', 'workspace')
1616
DEFAULT_BUILD_PATH = os.environ.get('DEFAULT_BUILD_PATH', '/app/.heroku/')
17-
AWS_BUCKET=os.environ.get('AWS_BUCKET')
17+
AWS_BUCKET = os.environ.get('AWS_BUCKET')
1818
HOME_PWD = os.getcwd()
1919

2020
DEPS_MARKER = '# Build Deps: '

0 commit comments

Comments
 (0)