Compare commits
2 Commits
dcf5e16d1f
...
bc3b595cc3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc3b595cc3 | ||
|
|
1dd925e5b3 |
@ -1,6 +1,7 @@
|
||||
# readrides.py
|
||||
|
||||
import csv
|
||||
import collections.abc
|
||||
|
||||
def read_rides_as_tuples(filename):
|
||||
'''
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# colreader.py
|
||||
|
||||
import collections
|
||||
import collections.abc
|
||||
import csv
|
||||
|
||||
class DataCollection(collections.abc.Sequence):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user