Skip to content

Commit

Permalink
fixed duplicate imports du to rebasing against master
Browse files Browse the repository at this point in the history
  • Loading branch information
g76r committed May 18, 2016
1 parent 2226461 commit 0b94cdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions webapp/graphite/render/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from graphite.logger import log
from graphite.render.attime import parseTimeOffset, parseATTime
from graphite.events import models
from graphite.util import epoch
from graphite.util import epoch, timestamp, deltaseconds

# XXX format_units() should go somewhere else
if environ.get('READTHEDOCS'):
Expand All @@ -33,8 +33,6 @@
from graphite.render.glyph import format_units
from graphite.render.datalib import TimeSeries

from graphite.util import epoch, timestamp, deltaseconds

NAN = float('NaN')
INF = float('inf')
DAY = 86400
Expand Down
1 change: 0 additions & 1 deletion webapp/tests/test_functions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import copy
import math
import pytz
from datetime import datetime
from fnmatch import fnmatch

from django.test import TestCase
Expand Down

0 comments on commit 0b94cdc

Please sign in to comment.