Skip to content

Commit

Permalink
fixup! REDSHIFT: standardize credential usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Salzbank committed Mar 22, 2017
1 parent 48f48f9 commit d8e406d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions luigi/contrib/redshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ class _CredentialsMixin():

@property
def configuration_section(self):
"""
Override to change the configuration section used
to obtain default credentials.
"""
return 'redshift'
"""
Override to change the configuration section used
to obtain default credentials.
"""
return 'redshift'

@property
def aws_access_key_id(self):
Expand Down

0 comments on commit d8e406d

Please sign in to comment.