Skip to content

Commit

Permalink
Fixed pep8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jrods authored and amercader committed Feb 28, 2018
1 parent 2421db6 commit 3fc58a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckan/migration/versions/085_adjust_activity_timestamps.py
Expand Up @@ -2,9 +2,11 @@

import datetime


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

0 comments on commit 3fc58a1

Please sign in to comment.