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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


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

0 comments on commit 420d763

Please sign in to comment.