kenken999 commited on
Commit
71bdce4
·
1 Parent(s): c4268ff
chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/length.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e431086ef7d2ec6c685462c2898139f0d2dd41ca5f64e7dea3fda3a2b0f84862
3
  size 4000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a1dfee4de344a4ad41d1c6e07bb4920f36857027a22522160bf3b454171af4
3
  size 4000
chroma/chroma.sqlite3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce55622b2b7c7333529bb0633fb32e845582f6ec85ab7b4d063546a759422666
3
  size 507904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb1d8d2a86fc566a3403a2fb0dd5d569142cc0031d894d8fe6f4d55afd40e73
3
  size 507904
routers/gra_04_database/rides.py CHANGED
@@ -4,7 +4,7 @@ from dataclasses import dataclass, field
4
  from typing import List, Optional
5
  from mysite.interpreter.process import no_process_file,process_file
6
  import os
7
- ###
8
  @dataclass
9
  class Ride:
10
  ride_id: Optional[int] = field(default=None)
 
4
  from typing import List, Optional
5
  from mysite.interpreter.process import no_process_file,process_file
6
  import os
7
+ ####
8
  @dataclass
9
  class Ride:
10
  ride_id: Optional[int] = field(default=None)