Skip to content

Commit

Permalink
Fixing another pep8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jrods authored and amercader committed Feb 28, 2018
1 parent 99ea1fe commit 3ebcf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/migration/versions/085_adjust_activity_timestamps.py
Expand Up @@ -5,7 +5,7 @@

def upgrade(migrate_engine):
"""
The script assumes that the current timestamp was
The script assumes that the current timestamp was
recorded with the server's current set timezone
"""
utc_now = datetime.datetime.utcnow()
Expand Down

0 comments on commit 3ebcf8b

Please sign in to comment.