remove old ci.sh
This commit is contained in:
parent
6b94f54600
commit
c9702a325b
2 changed files with 2 additions and 3 deletions
3
ci.sh
3
ci.sh
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
python3.6 -mpylint -E main.py common.py products.py
|
||||
python3.6 -mmypy main.py common.py products.py
|
2
main.py
2
main.py
|
@ -85,6 +85,8 @@ def iter_useful(data_file: str):
|
|||
if not dt.is_bad():
|
||||
yield dt
|
||||
|
||||
# TODO <<< hmm. these files do contain deep and light sleep??
|
||||
# also steps stats??
|
||||
files = [
|
||||
"/L/Dropbox/backups/jawbone/2015.csv",
|
||||
"/L/Dropbox/backups/jawbone/2016.csv",
|
||||
|
|
Loading…
Add table
Reference in a new issue