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