Skip to content

Commit

Permalink
Fix scaled score in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jul 22, 2015
1 parent 4c3d7d5 commit 25cf0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subliminal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Subliminal uses `click <http://click.pocoo.org>`_ to provide a powerful :abbr:`CLI (command-line interface)`.
"""
from __future__ import unicode_literals
from __future__ import unicode_literals, division
from collections import defaultdict
from datetime import timedelta
import logging
Expand Down

0 comments on commit 25cf0ac

Please sign in to comment.