Skip to content

Commit

Permalink
Remove semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jan 19, 2013
1 parent 24ad353 commit 420d763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nashvegas/models.py
Expand Up @@ -2,7 +2,7 @@

try:
from django.utils.timezone import now
now; # poor-man's pyflakes ignore
now
except ImportError:
import datetime
now = datetime.datetime.now
Expand Down

0 comments on commit 420d763

Please sign in to comment.