fix AttributeError: module 'collections' has no attribute 'abc'
This commit is contained in:
parent
dcf5e16d1f
commit
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