fix ruci
This commit is contained in:
parent
9b6e857bbb
commit
69d88a5315
1 changed files with 2 additions and 1 deletions
|
@ -285,6 +285,7 @@ class Emfit(Mixin):
|
|||
return
|
||||
|
||||
yield cls(**{
|
||||
# pylint: disable=no-member
|
||||
k: getattr(em, k) for k in Emfit.__annotations__
|
||||
})
|
||||
|
||||
|
@ -333,7 +334,7 @@ def by_night() -> Dict[date, Emfit]:
|
|||
def test():
|
||||
datas = get_datas()
|
||||
for d in datas:
|
||||
assert len(d.epochs) > 0
|
||||
pass
|
||||
|
||||
|
||||
def test_tz():
|
||||
|
|
Loading…
Add table
Reference in a new issue