Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
30583761
Commit
30583761
authored
Sep 16, 2016
by
Nicolas Joyard
Browse files
Fix unused import
parent
a92ecb97
Changes
1
Hide whitespace changes
Inline
Side-by-side
memopol_scores/tests/test_decay_function.py
View file @
30583761
...
...
@@ -3,8 +3,6 @@ from datetime import date, timedelta
from
django
import
test
from
django.db
import
connection
from
memopol_settings.models
import
Setting
class
DecayFunctionTest
(
test
.
TestCase
):
def
decay_score
(
self
,
score
,
date
,
num
,
denom
,
exponent
,
decimals
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment