No autocasts needed
All casting is done when loading
This commit is contained in:
parent
7800a157bf
commit
5c8cbde27a
@ -148,7 +148,7 @@ class Relation(NamedTuple):
|
||||
content = []
|
||||
for i in self.content:
|
||||
# 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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user