No autocasts needed
All casting is done when loading
This commit is contained in:
@@ -148,7 +148,7 @@ class Relation(NamedTuple):
|
|||||||
content = []
|
content = []
|
||||||
for i in self.content:
|
for i in self.content:
|
||||||
# Fills the attributes dictionary with the values of the tuple
|
# Fills the attributes dictionary with the values of the tuple
|
||||||
attributes = {attr: i[j].autocast()
|
attributes = {attr: i[j]
|
||||||
for j, attr in enumerate(self.header)
|
for j, attr in enumerate(self.header)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user