rename scales to timescales.py
This commit is contained in:
parent
007aec7529
commit
f9a6bfe260
|
@ -1,5 +1,5 @@
|
|||
from datetime import timedelta, datetime
|
||||
from scales import SCALES
|
||||
from .timescales import SCALES
|
||||
|
||||
|
||||
def decompose_interval(attrname):
|
||||
|
|
Loading…
Reference in New Issue